Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
TakeBlaster16
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
TakeBlaster16
4y ago
https://thebulletin.org/doomsday-clock/timeline/ It doesn't look like they update it more than once a year. I guess we'll see where we stand next January (if we make it that long)
2.
▲
by
TakeBlaster16
4y ago
I said the same thing in 1983: it's been 14 years since ARPANET, how long will we be in the early stages of the internet? It took 50 years of hard work before the day came when you could order a burrito from your couch. Sometimes chang
3.
▲
by
TakeBlaster16
4y ago
First COVID, then Putin, and now Dylan. When will it end?
4.
▲
by
TakeBlaster16
4y ago
Not a lawyer, but my understanding is you can take a theft loss deduction. https://news.bloombergtax.com/tax-insights-and-commentary/vi... (Sorry for your loss.)
5.
▲
by
TakeBlaster16
4y ago
No, not all ponzi schemes are wrapped in a cloak of crypto.
6.
▲
by
TakeBlaster16
4y ago
enum MyEnum { Ok(u8), NotOk } fn main() { let value = MyEnum::Ok(42); assert!(matches!(value, MyEnum::Ok(_))); match value { MyEnum::Ok(x) => assert_eq!(x, 42), MyE
7.
▲
by
TakeBlaster16
4y ago
If that's true, it sounds like companies have been weaponizing the legal system to get access to proprietary information from their competitors. Surely that has got to be illegal somehow?
8.
▲
by
TakeBlaster16
4y ago
COVID for thee but not for me
9.
▲
by
TakeBlaster16
4y ago
> remotely swiping Bitcoin In other words, he used his own private key to send a transaction. How is that "hacking"?
10.
▲
by
TakeBlaster16
4y ago
I don't think "seamless" is a common word people use to describe it. https://old.reddit.com/r/applehelp/comments/un9rjb/airdrop_h...
11.
▲
by
TakeBlaster16
4y ago
> Create a \Quicken directory in the root Windows has an existing convention for this, like Linux's XDG. Imagine if you looked at your Linux filesystem root and saw /boot, /dev, /usr, /tmp, and /Quicken.
12.
▲
by
TakeBlaster16
4y ago
Cypress is also missing some pretty fundamental things, like tabbing through the document using the tab key. I don't know how people test for accessibility without this. I haven't done JS for awhile, but according to https:/
13.
▲
by
TakeBlaster16
4y ago
If you're in the US, £510 might turn out to be pretty cheap by time 2023 rolls around.
14.
▲
by
TakeBlaster16
4y ago
I was expecting that too. It seems strictly more expressive, since once you have the niche, you can do anything you like with it. And INT_MIN is a better place for it than zero imo. If Rust had a `BalancedI32` I would reach for it a lot mor
15.
▲
by
TakeBlaster16
4y ago
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aut
16.
▲
by
TakeBlaster16
4y ago
Is it tech-savvy people they need? The Howey test doesn't say anything about tech or computers. I would have guessed they need finance-savvy lawyers.
17.
▲
by
TakeBlaster16
4y ago
I was expecting George Carlin's "It's a big club and you aren't in it", but yours might be better
18.
▲
by
TakeBlaster16
4y ago
Let the chess speak for itself... because I sure can't explain it!
19.
▲
by
TakeBlaster16
4y ago
What do you do about subcutaneous implants?
20.
▲
by
TakeBlaster16
4y ago
Honestly I think all you'd need is the piece. There are 6 pieces, so that's 3 bits of info with room to spare.
21.
▲
by
TakeBlaster16
4y ago
Is there a way to set a global timeout now? Last I checked, you could only set them per job, i.e. you have to copy-paste "timeout-minutes: 15" to every single job in every single workflow in every single repo, and hope you didn&#x
22.
▲
by
TakeBlaster16
4y ago
If you're worried your citizens might not appreciate you committing war crimes, there's an obvious solution to that.
23.
▲
by
TakeBlaster16
4y ago
Yeah I came here to say this too, though I don't think it'll be popular. Schools are like prisons your parents send you to every day so they have time to work. A couple games have riffed on this: https://www.maristane.c
24.
▲
by
TakeBlaster16
4y ago
I like the name! Could be stylized either LibRedirect or LibreDirect.
25.
▲
by
TakeBlaster16
4y ago
If usage is low - fees will be low, and the cost of an attack will be low, but the expected value gained from an attack will also be low. If usage is high - fees will be high, and the cost of an attack will be high. Security scales with usa
26.
▲
by
TakeBlaster16
4y ago
Can you acknowledge the main point of the article? What should someone do if they find themselves misclassified by Cloudflare's systems?
27.
▲
by
TakeBlaster16
4y ago
Not to say I'm not excited for Zig, but there are still bugs, miscompilations, and many breaking changes planned. Communicate realistic expectations, lest you become the next language evangelism strike force.
28.
▲
by
TakeBlaster16
4y ago
Zig is production ready? I must have missed the 1.0 release announcement
29.
▲
by
TakeBlaster16
4y ago
I've played with jid in jiq and IIRC they were very slow with large inputs since they re-parse the JSON blob every time the query changes. I wonder if this solves that problem--I'll bookmark it and find out next time I need to wra
30.
▲
by
TakeBlaster16
4y ago
I only brought up halvings because it explained the chart. But let's ignore halvings and talk about mining incentive then. Fees are the less important half of the story. The main driver is difficulty adjustments. If scarce fees come in
More ›