Preferences

adezxc
Joined 104 karma

  1. I mean he literally said this, without any citation(!): "There's two studies that show children who are circumcised early have double the rate of autism. It's highly likely because they are given Tylenol" [1]

    He is continuously spouting non-sense not including aggresive anti-vaccine stance, hydrochloroquine curing COVID-19 and that pesticides makes kids go transgender [2]. Yes, you definitely should know all of that and be careful, because the secretary of health has said so.

    [1] - https://www.cbsnews.com/news/rfk-jr-circumcision-linked-auti... [2] - https://edition.cnn.com/2025/02/01/politics/rfk-jr-fact-chec...

  2. That's the bleeding edge you get with vibe coding
  3. Is there a source on this bigwig Greek economist or is there sarcasm hidden in that point?
  4. Could you share your configuration? (Mostly interested in Network) I still see some noticeable latency if I stream from my PC through wifi to steam deck which is connected to a TV. At one point I just dropped the idea as I wanted to actually play the game instead of tinkering for too long.
  5. because you don't want your data being held by Google or Apple?
  6. There's this talk by AdaCore and a SWE@nVidia on how nVidia utilized Ada/Spark for Embedded software: https://www.youtube.com/watch?v=2YoPoNx3L5E
  7. Because the companies making the laptop recommend you to shutdown the laptop before puttint it into your backpack.

    [1] - https://www.dell.com/community/en/conversations/xps/faq-mode...

    EDIT: Added source cited in the article

  8. You are completely missing the point of the original comment. Why is my computer unusable for X minutes when I didn't expect that and perhaps, needed some critical work done?
  9. It is literally a requirement to login if you want to use the features they provide on top of VSCode.
  10. I am not going to use a text editor that requires me to login.
  11. I agree regarding the touch interface, but look at the steam deck example, connect it to some monitors and peripherals using Type-C and you have a computing monster that you can use for everything. And having the portability + other programs like final cut and w/e accessible right at your fingers is amazing!
  12. If only Apple allowed to run VMs and other software like Linux on their iPads, it would be a game-changer. Right now, the iPads are mostly limited to media production tools + everything else you could get in an Android tablet, so it's pretty pointless for a user like me
  13. I mean, they only made a poor demo since the announcement and then vanished not providing any more info. I do think projects LIKE Devin can replace some developers that work in most popular domains (I'd guess JavaScript and such), but it won't replace devs in complex fields (e.g embedded programmers)
  14. True, yet I feel the expectation regarding software has shifted from expecting much better quality even 10-15 years ago to things we have now, where nobody is surprised about web apps crashing your browser etc.
  15. I'm in awe that it's maintainable even though it launched almost 50 years ago, while there is software deployed right now that won't be maintainable in the next 5 years.
  16. Don't take my question as aggresive, but why do you think you're "way better informed" since you started using it? Better informed on what?
  17. We use SVN in our university lab, so no, that didn't work when I tried it initially. obj and bin was obvious to ignore, but I wasn't so sure about config and alire, might be helpful though
  18. Yes, but it kinda locks you into running 'alr build' and adds other things inside 'config' directory like user's distro and other things. My guess it's probably great when you already have a done project and want to publish it, but if you want to compile your code ASAP, it's much easier to avoid it completely (except for pulling packages)
  19. > Since one of the biggest complaints about Ada is getting the toolchain [6], I hope this can solve a lot of problems for newcomers to the language.

    It might be just me, but Alire isn't great, I tried it multiple times, it's great for getting complicated dependencies e.g Utilada, but I go for GPRBuild as it just avoids all the fuss when programming across Linux/macOS.

    I might try a hard switch at one point as I didn't use Alire 2.0.0 that much, so maybe it's better now.

  20. I have both GRUB and Windows Boot Loader available on my PC, installed Linux first, GRUB even auto-detected the Windows partition without any additional setup
  21. Sure, but it doesn't change the fact that I don't like reading Java code and prefer Go.

    I want to learn programming before becoming an expert in the language. I feel like it's easier to do using Go. In Java you have to become a bit of both to be efficient.

  22. > The number of reserved keywords is not a bad thing.

    I'm not saying reserved keywords are bad. I'm saying there's much more to learn about Java to learn programming, Go is limited with its' keywords and 'features', which often results in more LoC, but makes it super easy to get going, run into general programming problems like using a variable instead of a reference to it, etc.

    In Java, you spend much more time learning the features of the language itself, even simple things like (s)Strings are not easy to understand, then add classes, inheritance, UTF-16, adding other libraries, build tools, JUnit and many, many other things that are given to you with Go.

  23. https://go.dev/play/p/71I57QCycTr This works, so how exactly did I leave them out?
  24. It is easier to know that lowercase is package-specific, uppercase is exported, than knowing which field is private/public by default.

    Go reserved keywords: break, default, func, interface, select, case, defer, go, map, struct, chan, else, goto, package, switch, const, fallthrough, if, range, type, continue, for, import, return, var

    Java reserved keywords: abstract, continue, for, new, switch, assert, default, goto*, package, synchronized, boolean, do, if, private, this, break, double, implements, protected, throw, byte, else, import, public, throws, case, enum, instanceof, return, transient, catch, extends, int, short, try, char, final, interface, static, void, class, finally, long, strictfp, volatile, const, float, native, super, while.

  25. It is frustrating to read Java code. I don't want to understand your abstractions or class definitions like final, static and whatever.

    I don't want to learn about Gradle or Maven to understand how a package is working, I'd rather do it in code.

    Consider even the current "Hello, world" example in Java (Yes, I know about the proposal about simplifying it), it is tedious, why would I need to understand public/private and classes before launching a simple program?

    I fully agree it is a terrific piece of software, especially for industry-grade applications, yet it just isn't attractive.

    Main thing IMO, is that you can start out writing pretty good Go code after 24 hours and just improve on your skills as a general programmer. With Java, after a few months you would still need to know about some methods or OOP tips/tricks, design patterns etc. to become proficient.

  26. Thank you for posting this, I saw something similar but about having a homeserver to run Jellyfin and lost it. Bookmarked this and will implement this in the future.

This user hasn’t submitted anything.

Keyboard Shortcuts

Story Lists

j
Next story
k
Previous story
Shift+j
Last story
Shift+k
First story
o Enter
Go to story URL
c
Go to comments
u
Go to author

Navigation

Shift+t
Go to top stories
Shift+n
Go to new stories
Shift+b
Go to best stories
Shift+a
Go to Ask HN
Shift+s
Go to Show HN

Miscellaneous

?
Show this modal