sorted by: new top controversial old
[-] fixmycode@feddit.cl 16 points 4 weeks ago

open it in a non-destructive manner, switch every read/write lock slider, put it back together.

[-] fixmycode@feddit.cl 1 points 1 month ago

Wikiwand, a much better UI for Wikipedia

[-] fixmycode@feddit.cl 2 points 1 month ago

Apotris is an excellent famous-block-stacking-game clone for the GBA (and other platforms), it has a version for Portmaster that will run on many if not all Linux handhelds like the RG35XX and similar, but will also run in any GBA emulator.

[-] fixmycode@feddit.cl 3 points 2 months ago

I've got tickets for Inside Out 2

[-] fixmycode@feddit.cl 2 points 2 months ago

hot take about the hot take: it's about marriage, not about having babies.

[-] fixmycode@feddit.cl 8 points 2 months ago

I stopped watching after the Head & Shoulders commercial

[-] fixmycode@feddit.cl 1 points 2 months ago

those are 20th century

[-] fixmycode@feddit.cl 4 points 3 months ago

I read through the docs of pygit2, how is it too low level compared to using direct console output?

if you need complex workflows, couldn't they be built over the convenience of the library?

[-] fixmycode@feddit.cl 1 points 3 months ago

all good! :pixelated-hug-emoji:

[-] fixmycode@feddit.cl 0 points 3 months ago

I was taking about icon packs. I didn't know about the Memphis designers, thanks for the nice write-up

[-] fixmycode@feddit.cl 2 points 3 months ago

Windows/BeOS/MacOS 6 to 9

[-] fixmycode@feddit.cl 28 points 3 months ago

Every era is defined by the tools we had at hand during that process. While Memphis is basically pixel art, Y2K was defined by the gradient and mask tools on Photoshop, and Aero was a victim of skewmorphic design trends pushed by the commodity of 3D tooling. Flat design took prevalence because raster-based products felt weird when seen on retina displays.

I wonder how design will be affected when AI tools become the norm.

32
22
submitted 9 months ago by fixmycode@feddit.cl to c/asklemmy@lemmy.ml

Cash grabs aside, I really enjoy a good biopic. I'm between David Bowie and Michael Jackson

10
submitted 10 months ago* (last edited 10 months ago) by fixmycode@feddit.cl to c/python@programming.dev

Let's say I have the following structure:

my_module/
  __init__.py
  utilities.py

and __init__.py contains

from .utilities import SomeUtilityFunction

Is there a way to prevent or alert developers when they do

from my_module.utilities import SomeUtilityFunction

instead of

from my_module import SomeUtilityFunction

The problem arose when a few modules started using a function that was imported inside a module in which it wasn't used, while also being available on the module's __init__.py, so after linting the file and removing the unused import my tests started failing.

any other advice for situations like this?

view more: next ›

fixmycode

joined 1 year ago