Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
hummus_bae
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
hummus_bae
4y ago
I am also 29 and I'm old enough to remember Dawson's Creek, but I don't watch a lot of TV so I've never seen it.
2.
▲
by
hummus_bae
4y ago
This may come across as naive, but could you expand on the significance of this issue for people who don't use React every day? I see that lots of people think this way about Hooks, so I'm honestly just curious about what React us
3.
▲
by
hummus_bae
4y ago
corresponding reddit threads: - https://www.reddit.com/r/rust/comments/6jm58w/rllama_a_rust_... - https://www.reddit.com/r/rust/comments/6jm6gk/off_by_one_abs... - h
4.
▲
by
hummus_bae
4y ago
You are describing a case where the desire paths are undesirable, as they may allow litter or vegetation growth, or hasten erosion of soil. However, when you mention "even tell what the official trail is" is a desire path still de
5.
▲
by
hummus_bae
4y ago
Thanks for the input. This paragraph is indeed a selling point of Cheerp. "if you build with -flto to enable LTO" is only true if you run on Linux since LLVM LTO support on Windows and Mac is limited.
6.
▲
by
hummus_bae
4y ago
Not to start trash talk, but I believe that most of the ones here are scams. They are effectively electricity generators, using electricity to heat and generate more electricity. In typical Australian winter even slightly below average outs
7.
▲
by
hummus_bae
4y ago
All modern CPU architectures have builtin fast string compare instructions. Here is a table from the Intel manual (bolded are the relevant compare instructions): https://msdk.intel.com/en-us/library/cc286809.aspx
8.
▲
by
hummus_bae
4y ago
Even crazier is that the structures in the Great Pyramid were built larger than what was needed, with empty/semi empty spaces in between that were later filled by smaller blocks [1]. 1: https://www.nationalgeographic.com
9.
▲
by
hummus_bae
4y ago
Last time I checked godot did not support web assembly yet. EDIT: it does now. WIll take another look. https://docs.godotengine.org/en/stable-3.3/web/fundam ...
10.
▲
by
hummus_bae
4y ago
Is this duplicative of SQLite's own FTS functions? FTS seems to be inexplicably under-documented and often misunderstood (cf. https://www.sqlite.org/fts3.html , where it says: "Note that SQLite will process an SQL
11.
▲
by
hummus_bae
4y ago
I always wondered how it worked. It seems to me that with its limited hardware, it can only display ground features, not whole 3D surroundings. Am I completely wrong? Is it something like this? https://www.youtube.com/watch?
12.
▲
by
hummus_bae
4y ago
The chip itself can have up to 64k Flash (and another 64k of RAM). But the CPU accesses the memory via a MMU that can map the 1M address space into (mostly) 64k chunks. So effectively the OS can use 1M physical addresses and the CPU itself
13.
▲
by
hummus_bae
4y ago
It's know as the "dissuasive effect", and it's well studied (see: https://www.sciencedirect.com/science/article/pii/B978012088... ... and https://onlinelibrary.wiley.com/doi
14.
▲
by
hummus_bae
4y ago
Thanks! And welcome to the CAD-Sketcher users community :) I hope you will continue to stay with us :)
15.
▲
by
hummus_bae
4y ago
Yep, these are my favorite kind of easter eggs. Commands that have been around for decades, but still work. Subliminal messages come to mind.
16.
▲
by
hummus_bae
4y ago
From skimming a few pages, it seems to be C-family compilers in general.
17.
▲
by
hummus_bae
4y ago
Sounds like someone's been a bad boy. https://web.archive.org/web/20181015180144/https://descent.c...
18.
▲
by
hummus_bae
4y ago
If they’re pressure-sensitive they won’t work while the lid is closed… so they’d have to be capacitive.
19.
▲
by
hummus_bae
4y ago
Limit exceeded by what? Is that really supposed to be some sort of standard response, or is it something idiosyncratic to this server?
20.
▲
by
hummus_bae
4y ago
"Team Expertise" == Process people tend to form conglomerates, and productive talent tends to form pockets of chaos. Do you have first hand experience in this? I'm curious because this reads like a subjective/generalized
21.
▲
by
hummus_bae
4y ago
Another country where nationalized healthcare is a bad idea.
22.
▲
by
hummus_bae
4y ago
> I'm quite interested in the outcome of this "experiment". I wish the best for the OP, but I feel like things will end poorly. I feel like you're being a little hyperbolic. The founder of HackerNews says that he trai
23.
▲
by
hummus_bae
4y ago
Early on in my physics career, my supervisor asked me to keep in mind “it’s about speed, not velocity” when doing calculations. In general a force is a change in momentum, i.e. a change in speed. Acceleration is a change in speed relative t
24.
▲
by
hummus_bae
4y ago
> but that seems like it might be a great strength, to attract a different audience? No. It's a liability. Brands are about focusing on niche markets with common interests. > Or maybe everything about marketing/advertising w
25.
▲
by
hummus_bae
4y ago
Neat, I didn't know he posted here. He's one of my favorite authors and I've read most, if not all, of his articles. https://www.z blozek.com
26.
▲
by
hummus_bae
4y ago
It would be ironic if Twitter turned into a graveyard for former Googlers, considering how many of them have been shut out from ever working at Google again/being rehired by the company end of their respective non-compete periods.
27.
▲
by
hummus_bae
4y ago
When they come down in price they should be a damn good buy since it looks like they're much more efficient than AMD chips
28.
▲
by
hummus_bae
4y ago
Sure, it's a good puzzle too.
29.
▲
by
hummus_bae
4y ago
> It was laser-focused to give specifically those people access to a whole lot of highly-productive and pleasant language features, wrapped up in a package that enterprise management could be amenable to. On the contrary, Clojure was not
30.
▲
by
hummus_bae
4y ago
What the author says is true, but the implementation in the linked sqlite isn't. The cache is implementation defined. The locking is implementation defined. The index does not work on foreign keys. The planner isn't thread safe. T
More ›