fiveoar

joined 1 year ago
[–] fiveoar@lemmy.dbzer0.com 2 points 9 months ago

“I can’t see a thing, I’ll open this one”.

[–] fiveoar@lemmy.dbzer0.com 26 points 9 months ago (3 children)

There's no spagetti on there... just macaroni...

[–] fiveoar@lemmy.dbzer0.com 0 points 10 months ago

I can't shake this feeling that these are lacking something, like I remember looking at Fira for the first time and being like wow, even jetbrains mono had a sort of generic charm. These on the other hand, are just meh.

Maybe they are someone's cup of tea though. I am sure in 6 months I will be hearing about how GitHub invented the developer font of some rubbish like that.

[–] fiveoar@lemmy.dbzer0.com 1 points 10 months ago* (last edited 10 months ago)

Sure, so say so you have a requirement to add two numbers

You write a test that has two two inputs and the output Run the test and watch it fail, check that the output is what you expect so you know the test is working

At this point you have no implementation and you use this opportunity to confirm that the test will work, by checking it is failing how you expect. If you are pairing sometime I teach that you should call out what you expect, kinda like in American pool. Sometimes the test passed in this case, this is your opportunity to break the test and confirm it will fail (though this is often a sign you did too much work previously, and might need to check if you really are making the smallest possible change)

Do the minimum to correct the problem described by the failing test (you can follow the transformation priority premises here if you are familiar with it)

At this point you have only implemented the simplest possible code, this makes it really easy to spot if there is a problem with it because of some flaw in the test, and you have confirmed the it matches your test

What's more you can confirm all, and only behaviours described in the test are implemented

Look at the code and decide if you can simplify it, do any refactoring

Got to clean the kitchen because if we don't clean the kitchen we will have to clean the garage and we don't want that because it's a bigger job.

repeat

Why this works is that the code is developed in a TDD style forces you to move in smaller steps meaning bugs are shallower when they do occur. You aren't dealing with a 20 complex lines, you are dealing with a return const, or selection, or etc. The scope for the test being wrong is reduced and the amount of implementation is reduced, generally the tests end up more concise and smaller too and the interfaces are user friendly too because you didn't think how do I calculate this, you thought what would be a nice way to call this.

What's more it encourages an example driven approach that leads to developers thinking about the most sensible input data over and over again, and what that should output reducing the chance any one wrongly implemented test wouldn't be picked up by other examples.

TL;DR, the driven word is the key, a test that is illogical will never drive you to the working code

[–] fiveoar@lemmy.dbzer0.com 6 points 10 months ago (2 children)

Contrats, you have discovered why in TDD you write the test, watch the test fail, then make the test pass, then refactor. AKA: Red, Green, Refactor

[–] fiveoar@lemmy.dbzer0.com -4 points 10 months ago (1 children)

Yeah… so… after them killing over 5,000 Palestinians, the vast majority of them civilians, everyone they could get their hands on basically, I kinda don’t trust them.

[–] fiveoar@lemmy.dbzer0.com 8 points 10 months ago* (last edited 10 months ago) (3 children)

Another option is like in German where you invent some sort of new suffix like "*in". For example, Lehrer (m), Lerhrerin (w), Lehrer*in (m/w/d). Prounounced as a sort of shorter than space silence.

[–] fiveoar@lemmy.dbzer0.com 11 points 11 months ago* (last edited 11 months ago)

Geez, feels like just this year that over 64 year olds outnumbered under 14 year olds.

[–] fiveoar@lemmy.dbzer0.com 10 points 11 months ago (3 children)

I have done this too. Shit happens.

One of my co-workers used to write UPDATE statements backwards limit then where etc, to prevent this stuff, feels like a bit of a faff to me.

[–] fiveoar@lemmy.dbzer0.com 32 points 11 months ago* (last edited 11 months ago) (1 children)

I must admit that I do like the built in page translation, which I guess was made by a similar team using ML and all. Maybe I will like this too? Feels a bit... niche. Maybe it's a stepping stone to any misinformation at some point?

Edit This actually might not be coming as a browser feature at all. Mozilla is trying to increase the size of their Mozilla.ai team, so perhaps it's really looking for people with AI knowledge with web tech and a track record of using it for a ethical purpose. This team would be well placed to build pretty much any AI based tool for the firefox ecosystem.

[–] fiveoar@lemmy.dbzer0.com 9 points 11 months ago (7 children)

Choco is pretty good but it does have less packages than say, brew.

As someone who has packaged for Mac's with brew and RPMs and debs on Linux, packaging for windows is a total pain. Choco uses nuget 2 for self hosted repos which means you need to run a server for your packages, which there are things like the PPAs for Linux and Brew uses GitHub releases so you don't need to host anything yourself to provide binaries.

This is also on top of windows needing extra work to develop for, because windows filesystem works differently enough to need code specially for windows. All of this means that windows users suffer on the open source software front.

[–] fiveoar@lemmy.dbzer0.com 4 points 11 months ago (2 children)

How did they get the orange bit to stay orange when everything else is blackened?

view more: next ›