Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ArrayBoundCheck
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
31.
▲
by
ArrayBoundCheck
4y ago
My team once needed to hire someone from the outside. I posted a C++ job saying we expect people to know C++11 and to be comfortable working with a C++20 codebase Literally more than half the applicants couldn't figure out how to updat
32.
▲
by
ArrayBoundCheck
4y ago
Some things that happened to me when I went for interview - Refusing to tell me salary range, I stop speaking to them - Them not contacting me after my questions (salary range, vacation days, if I'm expected to do front end, etc) -
33.
▲
by
ArrayBoundCheck
4y ago
Maybe it's my imagination but it seems like more cores isn't helping performance as much? Does it seem every core after 6 cores is about 1/2 or 1/3rd the performance gain?
34.
▲
by
ArrayBoundCheck
4y ago
> the article specifically covers catching panics I see 3 mentions of catch, all in the same paragraph. It says you can catch it, offers no reasons why you want to then provides an example of output when you don't That doesn't
35.
▲
by
ArrayBoundCheck
4y ago
The third sentence was the point. I don't want browsers being less reliable and terminating randomly due to unwraps
36.
▲
by
ArrayBoundCheck
4y ago
Does this mean using C inside of rust is ok? I'm pretty sure the original team kept hitting memory problems and it was in fact not ok. Browsers crash often enough that I don't want unwrap making it worse
37.
▲
by
ArrayBoundCheck
4y ago
People asked stuff like this 15years ago (do bunny ears on yourself or pretend to pick your nose). Usually to see if the other person is catfishing with a prerecorded video. It usually happens if the other person types instead of speaks (be
38.
▲
by
ArrayBoundCheck
4y ago
Compare it with `git branch -a` and `git remote -v`. That's my point. Not only are they all different flags but you'll get half the data you could be getting and not know why. It's impossible to google
39.
▲
by
ArrayBoundCheck
4y ago
Correct. That was a simple example that's easy to understand Anyone with half a brain can understand that if they can't keep something as simple as printing a list consistent you better believe nothing else will be straightforward
40.
▲
by
ArrayBoundCheck
4y ago
I wish they made a breaking change in the next version and make the CLI actually usable. Before you downvote, ask yourself how do you list tags, branches and remote
41.
▲
by
ArrayBoundCheck
4y ago
AFAIK I and most people can't run it due to freebsd not supporting our hardware. Does it support intel wifi and GPUs? (I'm using an amd GPU). Can I run netflix or prime and get 1080 resolution? (note on linux I need to use a addon
42.
▲
by
ArrayBoundCheck
4y ago
I'm still wondering why there isn't a bittorrent for git
43.
▲
by
ArrayBoundCheck
4y ago
I've been using quotes in google forever ago Google made quotes basically not do anything forever ago. But there were a few good years when it did what people wanted
44.
▲
by
ArrayBoundCheck
4y ago
I'm pretty sure google jumped the shark 5years ago but somehow the pandemic caused googles stock to :rocket-ship-emoji:
45.
▲
by
ArrayBoundCheck
4y ago
The OS is likely less secure than signal. Google and Apple seem to play a game of wack a mole
46.
▲
by
ArrayBoundCheck
4y ago
I might get bashed for this but open source isn't secure at all. Have we had a month where no heavily used dependency gets infected? Proprietary code that's been audited is already better then most projects Not sure why phone numb
47.
▲
by
ArrayBoundCheck
4y ago
Just FUD while spreading FUD? Are you trying to say release mode doesn't have runtime checks inserted? What I want is a check outside of the loop then every access inside a loop unchecked and fast. Which isn't what rust does. Then
48.
▲
by
ArrayBoundCheck
4y ago
> automatically-placed bounds checks on array accesses That's exactly why I get annoyed. How will it be fast if it branches on every access > where the compiler could 'prove' The compiler doesn't prove shit. It let
49.
▲
by
ArrayBoundCheck
4y ago
Look at my username. I didn't like it since rust called themself memory safe and didn't force us to do an array bounds check. It's been 10years and they still haven't done it (Also all the hype and fearlessness is obnoxi
50.
▲
by
ArrayBoundCheck
4y ago
I'm uninformed. So cloudflare has workers which run wasm and the article is about zig->wasm? Why not use linux containers?
51.
▲
by
ArrayBoundCheck
4y ago
Having slightly better optimizations due to changing ABI doesn't sound worth the friction of having another language in the codebase. Especially when the guys who invented it (google) is famous for sunsetting things and couldn't g
52.
▲
by
ArrayBoundCheck
4y ago
Whens his OS coming out? I'm stuck in August 25 1991 and it hasn't come out yet
53.
▲
by
ArrayBoundCheck
4y ago
Calling convention? That's the most exciting feature? It doesn't boost productivity, reduce compile times, offer a larger standard library or create a boost a reasonable language would provide? No thanks google. I've been say
54.
▲
by
ArrayBoundCheck
4y ago
I rather have something completely new to replace the web. It's actually stupid to fix something when 100000s of different places depend on the bad behavior. Especially when one of them is the author of the most popular browser
55.
▲
by
ArrayBoundCheck
4y ago
I don't 'hate' this but how the heck would google detect something like this? Why do I feel like they're analyzing every word we say in our homes and building some kind of profile (for ad reasons). On second thought I do
56.
▲
by
ArrayBoundCheck
4y ago
Well if I stopped at want 2 the rest are fullfilled. 2 are maybes and one was a no notification if there are apps. There are plenty of devices with a not to spec web browser and back in the day people use to write java apps for phones which
57.
▲
by
ArrayBoundCheck
4y ago
Why is it $270?? Pinephone is $150-$200
58.
▲
by
ArrayBoundCheck
4y ago
Why would I pay google with money when I pay in user data? They know how long my ass is in my chair and my route to various errands. They know if I bike, drive or walk there
59.
▲
by
ArrayBoundCheck
4y ago
I want a dumber phone. A camera would be nice but I don't need one. All I need it to do is (how do I do a line break? 2 spaces at the end doesn't work) - Make standard mobile phone calls and text (with a touchscreen) - Support cal
60.
▲
by
ArrayBoundCheck
4y ago
> I decided that learning the tar file format and making my own tar extractor would probably be faster than waiting for tar. And I was right; before the day was over, I had a working tar extractor, and I had successfully extracted my 1.1
More ›