HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jbarrs

no profile record

comments

jbarrs
·2 bulan yang lalu·discuss
>Where is... the vibecoded OS

This perhaps isn't an issue at any meaningful industry as I think there is little room in the space for a new OS to take off, but within hobbyist circles it seems it's becoming a problem. On subreddits such as r/osdev, a lot of interesting-looking projects are being called out for their code having a lot of AI hallmarks: commit history showing an entire OS with a shell and GUI being written in a week, almost exclusively very large, non-atomic commits, comments that randomly include words from a different language, and snippets of code that are blatantly plagiarised from well-known projects in the community.

It's such a strange thing to see, because it's an area of programming that has almost zero practical need these days. We already have three big desktop operating systems that cover 99% of use cases, and there are already projects that fill most other gaps. Unless you have a really specific problem that can't be solved by patching Linux, writing a whole new OS and everything that comes with it is unlikely to be worth the time. IMHO, the only reason to write an OS in current year is for the hell of it; if you're really interesting in programming and computers, you like solving problems, and you like building large, complex systems, writing an OS can be a really fun long-term project. If you do none of the work and simply leave an LLM to plan out the system and solve all the problems, you gain absolutely nothing from it.
jbarrs
·4 bulan yang lalu·discuss
I haven't tested this myself, but verifying with a driver's license should be supported [1]. Anecdotally, I've heard you have to fail the automatic Apple Wallet credit card verification, get to the screen where you're asked to input a credit card manually, and there should be something hidden in a corner that you can click to verify by uploading an ID.

[1]: https://www.reddit.com/r/iphone/comments/1s2n1yc/psa_apple_h...
jbarrs
·tahun lalu·discuss
This drove me insane a little while ago. Every single "personalised" Spotify playlist that got shovelled my way had a bunch of songs on it from Olivia Rodrigo's latest album, regardless of whether they fit the playlist theme or not. I don't listen to Olivia Rodrigo, and consistently skip her songs when they come up because they just aren't my cup of tea, but Spotify continued to shoehorn them into every playlist I listened to.

Same thing with the AI DJ. There are some days where it just never misses, and I can listen for hours without skipping a single song. Other days, it feels like every other theme is "here's an artist we've been paid to advertise", and I end up getting tired of it pretty quickly.
jbarrs
·2 tahun yang lalu·discuss
What's a computer?
jbarrs
·2 tahun yang lalu·discuss
This might be wrong, but based on my own experience of Ubuntu effectively uninstalling itself when I tried to remove a single package.

I think most of the default software gets installed as one large package group, rather than as individual pieces of software. Only the group is marked as manually installed, but the individual programs pulled in by that group are marked as automatically installed. If you try to apt install something you already have as part of the default distro software, you'll usually see a message saying something like "marked as manually installed."

When you go to uninstall one program from the group, that one program is uninstalled as requested, but the group itself has to be marked as uninstalled, since you've removed one of that group's "dependencies" and thus can no longer satisfy that group's installation requirements. You now have a load of software that was automatically installed as dependencies of another package, but are no longer dependencies of any manually-installed packages. The next time you run apt autoremove, it'll remove all of those automatically-installed components and leave you with an almost bare system.
jbarrs
·2 tahun yang lalu·discuss
I've wondered whether this is connected to the olfactory system. Real books have a discernible smell about them, especially older books, and smell is said to be one of the best senses for memory recall. Do you remember less from an ebook because your ebook isn't smelly?
jbarrs
·3 tahun yang lalu·discuss
>Posts of unknown authorship have a disclaimer at the top of the page.

Problem is, the posts can contain <script> elements. So it's easy to just write a little JavaScript that removes the disclaimer at the top. See this hastily-made, immature example of mine:

https://joshcsimmons.com/post/H4sIABO8LmUC/3VT0W7aQBB85yu2QV...

As it stands, this really isn't the most secure system. Something much more malicious could be injected into this!
jbarrs
·5 tahun yang lalu·discuss
I am not a manager, so I am merely speculating here, but I suspect measuring productivity is important in determining which employees are of most value to the company (who is pulling their weight, so to speak), particularly for example in the cases of raises/promotions or redundancies. Also, different people will have different skills and preferences, so if a team member shows a particular aptitude for a set of tasks and is generally more productive at doing those, it may be better to give more tasks of that style to that team member to boost productivity.