HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ZenoArrow

5,253 karmajoined 14년 전

comments

ZenoArrow
·3일 전·discuss
That's cool, it's obviously not meant to compete with modern router ASICs but it's an impressive achievement for a hobbyist.
ZenoArrow
·4일 전·discuss
An open hardware network-focused ASIC would be cool, but cost and long development times would likely be limiting factors. If you wanted to explore this further, starting with FPGA-based router components would be a good starting point. For example:

https://github.com/open-sdr/openwifi
ZenoArrow
·8일 전·discuss
What does this offer over other local-first password managers? For example, there are a fair few Android/iOS apps based on KeePass (I currently use https://www.keepassdx.com on my Android phone).
ZenoArrow
·9일 전·discuss
You're partially right, only the first revision of the Switch 1 could be hacked without modchips, but those early revisions can't have a software patch as the exploit relied on a hardware bug (some design flaw in the NVIDIA Tegra SoC if I remember correctly).
ZenoArrow
·10일 전·discuss
> switch line is nearly impossible

Nah. Switch 1 is already compromised and I'd predict we'll see modchips for the Switch 2 in the next 3 years.
ZenoArrow
·10일 전·discuss
Science can't disprove religion. Consider the "big bang", is that any less of a miracle than "God did it"? Science is like "just give us one miracle and we'll explain the rest".
ZenoArrow
·14일 전·discuss
> I'd rather they just lower our taxes and quit squandering our money on these programs that never work.

Would you support cutting military spending? It's a lot higher than other countries.
ZenoArrow
·지난달·discuss
> HN always have had a sizable anti-tech crowd (I don't want to say luddite because it's borderline pejorative).

It's frequently said that technology is ethically neutral, and whether it's used for good or bad ends depends on how it is applied.

What you call the anti-tech crowd is simply the crowd that takes their ethical responsibilities seriously.

There are other potential points of view that could be adopted instead of tech neutrality. Some tech could be seen as inherently good, in which case there very little concern about how much of it is used. Some tech could be seen as inherently bad, meaning it should be avoided at all costs.

Anyone being honest about AI can see that although it has some positive uses, the potential for misuse is enormous. Therefore, if you're going to use it at all, you should think carefully about how to apply it. To people that have fully bought into the hype this caution appears like negativity instead of rationality.
ZenoArrow
·지난달·discuss
> An ABI for the people who cared about that random driver might localise the maintenance burden.

Yes, but one key reason that a stable ABI isn't provided for drivers is to help encourage companies that ship drivers to make their drivers open source. The idea being, if a driver is mainlined into the Linux kernel, the Linux developers will help maintain support for that driver, in exchange for it being released with an open source licence. There are companies (like NVIDIA) that ship closed source drivers for their devices, but they rely on a kernel-side shim that interacts with the userspace driver, and this is seen as second best compared to mainlining the driver in the kernel.
ZenoArrow
·지난달·discuss
> I've noticed the anti-AI sentiment is starting to die down.

I've noticed the opposite. Seems that it depends on where you're looking and what you're looking for.
ZenoArrow
·지난달·discuss
> Imo it's fine to glorify the 65+ hour grind a founder takes on.

While you're right that it's easier to try to justify this level of work for founders, the reality is that this level of work is not sustainable by anybody, and founders would risk damaging their physical and mental health and reducing the quality of their work the longer this went on just as much as anyone else.

I'd also argue that it's largely unnecessary. There may be some periods of time when there are too many competing demands on your time and you just have to accept extended working hours to get through a week or two or even a month, but more often than not this situation comes about due to poor planning and/or poor working processes. Effective delegation and automation can greatly reduce the likelihood of having to work 65+ hour weeks, even for founders.
ZenoArrow
·지난달·discuss
It is extremely predatory. Perhaps if you're a company founder you can try to glamourise this level of personal sacrifice, but for standard employees it's clearly an unhealthy level of work, and would have been seen so by most normal people 10/15 years ago too. Also, nobody is going to do their best work when they're having to work so many hours, it's highly likely you're not getting a lot of good work done if you push yourself that hard.
ZenoArrow
·지난달·discuss
It's been an issue in the game industry for decades, and yes, crunch is predatory. It's exploiting the passion people have for making games to make them commit to burnout-inducing working conditions. Some game companies have taken steps to improve their working culture, but based on what I've read I get the impression it's still a big problem.
ZenoArrow
·지난달·discuss
I mostly agree with you, even though I think "2%" is an understatement.

England is a very culturally diverse place, anyone that thinks that there's a great sense of social uniformity hasn't understood it that well.
ZenoArrow
·지난달·discuss
> Of course there will be a noticeable increase in gesticulation in an angry southern Italian person compared to a mild-mannered Englishman droning about philosophy.

> Perhaps the difference lies not in the amount of gesturing, but in the heightened emotions of us southern Europeans.

As someone that has familial ties to both England and Sicily, although people on average are more overtly expressive in Southern Europe, the English are certainly not a monolith. For every "mild-mannered Englishman" there's also an equal amount of very "expressive" people, for example the meme of English tourists being absolute menaces in Southern Europe (especially Spain) does not come from the "mild-mannered" crowd, and I'm sure there are people who put up with these tourists that wish they were less expressive than the locals.
ZenoArrow
·2개월 전·discuss
I remember Planet Source Code. I used the snippets when I was trying to build a Pong game in VB6 when I was in my teens, it was a good resource for inspiration.
ZenoArrow
·3개월 전·discuss
Second hand equipment being cheaper than brand new equipment isn't much of a surprise.
ZenoArrow
·3개월 전·discuss
Ah okay, thanks!
ZenoArrow
·3개월 전·discuss
Is it? Based on what I've seen online the company name was derived from a CIA project from the 1970s that the founders worked on, but it doesn't seem to be based on an acronym. There was an earlier unrelated project from the 1950s which used ORACLE as an acronym ("Oak Ridge Automatic Computer and Logical Engine").

If this is a joke, I clearly don't get it!
ZenoArrow
·3개월 전·discuss
> I've used pfsense, OpenWRT, Barracuda, Verizon's OEM router (Actiontec) and they all represent the same functionality wildly differently.

Worth noting that pfSense (and OPNsense) are not Linux-based, they're based on BSD, specifically FreeBSD. While it's possible to have standard router OS web UIs that are cross platform, the underlying technology is different, so it's not really a surprise that there will be differences in how the devices running these OSes are configured.