Hacker Newsnew | past | comments | ask | show | jobs | submit | dgacmu's commentslogin

AC3ME. Probably the most useless ham licensee ever. Wanted to be able to say hi on a local repeater for fun and testing a handheld I got, turns out it's not too hard to get US amateur extra when you already know most of the electronics theory and just need to memorize some rules and adapt to terminology, but I don't really use it very actively. But glad I have it - I have some beacon design projects in mind for the someday maybe pile, but basically everything I play with is in the ISM bands and I usually work a layer or three above physical.

My kid's school chromebook is 4GB and it's barely usable -- to the point of being offensively bad. I bought them a macbook air to use at home so they could get things done.

This would be a _drastic_ improvement over what I see most middle school kids using, at a similar-ish price point. 8 isn't great but 8 with apple's really rather decent nvm paging is a step up.


Most of your comment history reads like LLM generated trite comments. Are you human?

Yes, and my optinions are my own.

Ditto. Basically the only thing I !g for now are maps and other geo-specific queries like the names of local restaurants or stores. Google still outperforms Kagi on those, but for nearly everything else I prefer the Kagi ad-free, ai-summary-onlt-if-requested results.

We do have a lot of policy levers that are tilted in favor of making money in finance, though, and we could change those levers.

  - The carried interest loophole
  - We could add small transaction taxes
  - We could raise capital gains taxes
  - We could be a little more focused on enforcing antitrust
  - We could raise higher end marginal tax rates to reduce the relative attractiveness of off-scale payrate jobs
  - We could provide better universal services to do the same
All of these things could shift people's interest in and ability to do work in areas of greater long-term societal importance without bringing in any form of centralized resource allocation.

I'm not sure you could alter these without significant negative effects on the other things you're trying to encourage.

It's not like capital is uninvolved in the provision of biotech, or that medical startup founders aren't also motivated by massive tax-efficient future payouts, for example.

If anything I'd think you'd want to encourage the movement of investment into riskier bets, which would generally mean _decreasing_ capital gains taxes.


>long-term societal importance without bringing in any form of centralized resource allocation.

The onus is on the biomedicine industry to demonstrate it's capable of producing anything of societal importance because so far it's largely failed to deliver. There's nothing noble or scientific about throwing good money after bad into an industry that's continuously failed to deliver.


More people living more after cancer diagnosis? (ref: https://www.cancer.org/research/acs-research-news/people-are...)

You'll note I didn't try to specify what was of import.

We can create mechanisms that enable more people to follow their own idea of what is important instead of merely what is lucrative. Not everyone will agree with the choices other people make, and it wouldn't eliminate money as a motivating factor, it would just slightly reduce the strength of that signal relative to other potential signals such as "I feel like I'm doing something meaningful."


Honestly I think you'd be better off just making _existing_ cheaper than trying to discourage wealth seeking. The cost of living, especially housing, is a huge motivating factor to try and 'get rich first', before doing the 'meaningful work' part.

Antibiotics? Vaccines?

It worked semi ok? A poor depiction, but not entirely nonsensical

https://g.co/gemini/share/028ab360006b


Tesla is, in theory, deploying a handful of 1.2MW charger sites: https://electrek.co/2026/02/24/tesla-megacharger-64-location...

Assuming some amount of tesla over-hyping there, Tellus is doing 600kW chargers: https://chargedevs.com/features/inside-tellus-powers-600-kw-...

So _if_ your route had those, you could charge in somewhere around 1.25h. Not enough for break time, but you can imagine starting with, say, a 1.1MWh battery with one +500kWH boost mid-day being enough to get you to an overnight full recharge. Lots of "ifs" there, since you might not always be able to get full charge rate from the charger, might not time things perfectly, etc., but it doesn't seem completely out of scope for a few years from now.

(And who knows, perhaps tesla will come through with those megachargers. Seems more likely than, say, building an autonomous humanoid robot.)


Your own quote literally states that methylphenidate didn't appear to cause any of these problems.

Q: what's the most widely prescribed ADHD medication?

A: Ritalin / Methylphenidate

> Methylphenidate remained the most widely prescribed drug, although the use of lisdexamfetamine and guanfacine has expanded in recent years.

https://pmc.ncbi.nlm.nih.gov/articles/PMC12565614/

It's almost like ... you work with your doctor to identify an effective treatment that balances the costs and benefits for your particular situation.

This applies to most medicines and it's why we have a set of people trained to navigate those tradeoffs. You seem focused only on the negatives of ADHD meds, which are real, without acknowledging that for some patients there are large benefits too. That seems kind of myopic.


Or consider jsonc - json with comments - or jwcc - which is json with comments and trailing commas to make life a little easier.

https://jsonc.org/

https://nigeltao.github.io/blog/2021/json-with-commas-commen...

There are a lot of implementations of all of these, such as https://github.com/tailscale/hujson


I like this idea a lot, and pushed for json5 at a previous job, but I think there are a few snags:

- it's weird and unfamiliar, most people prefer plain JSON

- there are too many competing standards to choose from

- most existing tools just use plain JSON (sometimes with support for non-standard features, like tsconfig allowing trailing commas, but usually poorly documented and unreliable)

Much easier just to make the leap to .ts files, which are ergonomically better in almost every way anyway.


The performance results seem a little, uh, disingenuous?

First, using a 4ary heap means the performance is closer to O((E+V)logV) instead of the E + VlogV you can get using a Fibonacci heap. So it removes the drawback to the new method, which is that it goes from VlogV to ELog2/3 V.

If you look at that term, it means the new method is only asymptotically faster when log1/3(n) > m/n, IF you're comparing to the actual VlogV version of Dijkstra's...

For m/n = 3, that cutover is at about 140M nodes.

Second, the "opt" seems to be applied only to the new method. There's no apples to apples comparison here.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: