HackerTrans
TopNewTrendsCommentsPastAskShowJobs

dutchCourage

181 karmajoined 7년 전

comments

dutchCourage
·8일 전·discuss
This is a somewhat unpopular opinion here, however I do think flat UI can be done right and is well fitted to digital UIs.

It's possible to have a flat style but have buttons that look clearly like buttons, and elements that have shadows and colors.
dutchCourage
·16일 전·discuss
I don't think that's right, professional cameras still use full sized SD cards.
dutchCourage
·22일 전·discuss
I don't think making a good product is enough. X is still prevalent despite Musk's actions both as a public person and as X's owner. The alternatives, be it Bluesky or Threads, are fine to use, yet people aren't moving.

There's no way we'll be able to compete against Google or Meta in any meaningful way if we can't even get people out of X. Even more so because I'd argue that a good product is a little more boring than the ones that are currently at the top.
dutchCourage
·22일 전·discuss
A lot of these principles are totally transparent for the user. For example, emails are a complex system but users can sign up to any email service and send emails regardless of which service their recipient uses. This could totally be possible for any social network, and many apps, would they be willing to implement it. The end user experience wouldn't be any more complex.
dutchCourage
·24일 전·discuss
The article explains what's needed to run something like Bluesky (ctrl-f "To be fully sovereign you need").

My understanding is that Eurosky aims to be a non-profit ran alternative, hosted in EU. It integrates with Bluesky seamlessly (Bsky users and EUSky users can interact) but would keep working if Bluesky was taken down. I believe it also gives Eurosky agency when it comes to moderation.
dutchCourage
·3개월 전·discuss
Do you have any good resources on how to work like that? I made the move from "auto complete on steroids" to "agents write most of my code". But I can't imagine running agents unchecked (and in parallel!) for any significant amount of time.
dutchCourage
·4개월 전·discuss
I'm also team USB-C wired earbuds (the Apple ones are cheap and solid, mic is also nice for calls) for podcasts and commute.

I never stopped using wired headphones at home but also had BT ones on the go. When they started showing signs of age I got a cheap BT receiver instead of replacing them. It's not quite as practical but for many people it's something to consider, they work surprisingly well!
dutchCourage
·4개월 전·discuss
This depends heavily on your use case. I'd get rid of Windows entirely if I could. For most people I'd say MacOS is the most sane and plug and play experience. The email/browser/note taking experience is better than on Windows, and easier than on Linux.

This gets less and less true when you start pluging peripherals and wanting to change the default behavior or use certain apps. But then they're not the target of the Neo.
dutchCourage
·4개월 전·discuss
Musk is openly and heavy handedly messing with the recommendation algorithm to fit whatever views he wants to push. On top of that, he started paying people for their viral tweets, which promotes content farms and rage bait.

It is not a place that is trying to showcase diverse opinions in an unbiased way.
dutchCourage
·4개월 전·discuss
I've been trying it out on MacOS for the past couple of weeks and I'm happy with it. I have a fairly vanilla use of my code editors and I find Zed snappier than VSCode. I have not experienced the issues you describe.
dutchCourage
·5개월 전·discuss
I think the people who like shipping quickly probably don't like building products in the first place and are looking for other aspects of entrepreneurship.

A huge benefit I find in AI is that it helps with a lot of things I hated. Merge conflicts, config files, breaking dependency updates... That leaves me more time to focus on the actual functionalities so I end up with better APIs, more detailed UIs, and more thorough tests. I do think it's possible to be relevant/competitive by only delegating parts of the work to AI and not the whole thing. Though it might change if AI gets too good.
dutchCourage
·6개월 전·discuss
The security issue is real and the main motivation behind decoupling from US cloud services.

Export tarrifs aren't really a thing, particularly for software. Making US cloud more expensive would only make transitioning away from them faster.
dutchCourage
·6개월 전·discuss
Trump's attitude motivated me to finally get away from Gmail. I tried several of the providers mentioned on this website and stuck with tuta.com. After almost a year, I'm very happy, would recommend.

Interesting to know before going in: - They encrypt the emails when storing them, so the only way to access emails is to use their own apps. I was hesitant at first but their web app, desktop app and android app are great
dutchCourage
·6개월 전·discuss
It depends where you live. There's no one company that's implented in all European countries. All countries have a shop similar to Amazon (often with fewer sponsored products and less drop shipping garbage). There are also a few specialized shops (for books, sports, electronics...). Since 2020 I only buy Amazon if they're significantly cheaper than other sellers. That's about 10% of my purchases.
dutchCourage
·6개월 전·discuss
I wish I found out about it earlier. Aerospace is a tiling window manager for MacOS. As someone who prefers keyboard navigation over mouse navigation, I can't recommend it enough.
dutchCourage
·7개월 전·discuss
I use Bluesky to keep up with software development news. The ability to default to my "following" feed is a big plus. I mostly see software related stuff and the stream of posts is slow enough that I reduced my time spent on the app.
dutchCourage
·7개월 전·discuss
$1B sounds huge, I don't understand what Disney has to gain. Is this only to have some control over the videos generated on Sora with their IP?
dutchCourage
·8개월 전·discuss
I think it's good advice, the main difference is that Bsky encourages you to do that by giving you the possibility to customize your feeds (and set whatever as the default). You can have a combination of personal lists and custom algorithmic feeds (your own or someone else's).

Even ignoring musk's takeover, I think it's a better model that reduces doomscrolling, ragebait and generally low quality interactions.
dutchCourage
·10개월 전·discuss
Indeed. Attaching the link (of the correct page) of the documentation worked in this case but I would've been faster than the AI. LLM.txt has been hit or miss. Maybe I need to adapt my workflow and have a granular plan of what needs to be done.

However the complexity is in knowing what to do and when. Actually typing the code/running commands doesn't take that much time and energy. I feel like any time gained by overusing an LLM will be offset by having to debug its code when it messes things up.
dutchCourage
·10개월 전·discuss
That sounds crazy to me, Claude Code has so many limitations.

Last week I asked Claude Code to set up a Next.js project with internationalization. It tried to install a third party library instead of using the internationalization method recommended for the latest version of Next.js (using Next's middleware) and could not produce of functional version of the boilerplate site.

There are some specific cases where agentic AI does help me but I can't picture an agent running unchecked effectively in its current state.