• 0 Posts
  • 85 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle


  • AI is currently all the rage. I know a guy who does neural networks training, and it’s the closest job to Pokemon trainer that you can have. He does not know any programming language, it’s all purely data processing, and it requires a heavy math background. It’s still an 8 hours per day job in a corporate environment, and a half of it is fixing his computing farm, because there’s no dedicated sysadmin for replacing burned videocards.

    Another math-heavy option is signal processing. I’ve worked in a company which produces wireless communication hardware, it’s like 200 people, and there were two signal processing guys who patented an algorithm which increases data throughput by something like 0.5% in some specific high-noise scenarios, they are listed together with CEO on their website About page. That said, all the easier tasks for signal processing are already done, we’re already at the theoretical limit of Shannon theorem, so you’ll only be making gradual improvements.

    I would also recommend cryptography research, but it requires a lot of coding knowledge, even if you’re not writing any actual code, and paranoia is pretty much a requirement.






  • pelya@lemmy.worldtoLinux@lemmy.mlWhat is eg2gears-wayland?
    link
    fedilink
    arrow-up
    23
    ·
    edit-2
    2 months ago

    it’s used to verify that OpenGL ES2 works on your system. It’s the variant of 3D graphics drivers that is used on smartphones. Many apps nowadays write their GFX frontend with GLES2 so it uses the same code on phones and PCs, and if they compile the app to run in the web browser, WebGL is also based on GLES2.


  • It really depends. One specific shop near my home has good quality frozen meat pancakes and dumplings. Yeah I have made dumplings by hand some 20 years ago, but those frozen ones are simply better. Maybe I can do some exotic dumplings with a buckwheat flour and a lot of eggs, but that would not necessarily be better, just different.

    On the other hand, pasta sauce prepared from scratch will always taste better than store-bought one, mainly because the stores here only sell ketchup and mayo, and pretty much all pasta sauce here is some variety of tomato concentrate with a bit of carrots.


  • Most vector rendering libraries have options to disable all the fancy stuff like Javascript and external links. If you manage to find one that supports it in the first place. As for resource usage, the server sends image files without decoding, so whatever forkbomb you will manage to include into your SVG will only crash Lemmy clients, so, ‘not our problem’. Maybe it will become a problem for the server when generating thumbnail image.






  • I had the root canal done without an anesthesia, because I did not want a needle sticking into my gum.

    It was tolerable, I did not cry or anything like. The nerve was mostly dead anyway.

    The dentist took his sweet time removing the nerve piece by piece with a probe, instead of just drilling the whole tooth through. It did not matter at the end anyway, because he filled the canal afterwards. And the molar has three roots, so he repeated that two more times.

    I guess it depends on your pain tolerance.






  • pelya@lemmy.worldtoLinux@lemmy.ml33 years ago...
    link
    fedilink
    arrow-up
    11
    ·
    5 months ago

    I’m pretty sure Apple and Google already rewritten all important GNU parts into something with Apache or BSD license, to throw everything GPL licensed out of their embedded systems. The biggest and most important part was obviously GCC, replaced by Clang.

    How many GPL-licensed system libraries and tools are in Android right now, except for the kernel? I’m pretty sure the answer is zero.