Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cheepin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
cheepin
10mo ago
All of the things you mentioned are designed and tested incrementally. Furthermore software has been used on Mars missions in the past, and that software was also developed incrementally. It’s proposed as the best way because it’s a way tha
2.
▲
by
cheepin
11mo ago
That’s a pretty solid endorsement. Where do you work?
3.
▲
Simian Sympathy: Harnessing Your Inner Ape for Peak Performance
(tantaluspath.com)
1 points
by
cheepin
1y ago
|
0 comments
4.
▲
by
cheepin
2y ago
Rust memory management is automatic. Object destructors run when the object exits scope without needing explicit management by the programmer
5.
▲
Show HN: 100 Depth tree search on your iPhone with Rust
(apps.apple.com)
3 points
by
cheepin
2y ago
|
1 comments
6.
▲
Show HN: Random Positive Reward App for iPhone
(apps.apple.com)
3 points
by
cheepin
2y ago
|
0 comments
7.
▲
by
cheepin
2y ago
Here's why: https://bconnected.berkeley.edu/projects/google-cost-reducti... TLDR: Google Workspace for Education rug pulled schools on their "unlimited" plans, and the deadline is coming up to avoid payi
8.
▲
by
cheepin
2y ago
I recently had a recruiter from them email for hybrid positions with no remote so take that as you will Edit: 15 remote engineering positions open out of 219 total on their career site
9.
▲
iOS App Launch Timeline 2024, Red Tape Review from Local App to TestFlight
(tantaluspath.com)
3 points
by
cheepin
2y ago
|
0 comments
10.
▲
Ask HN: How are you using Intermittent Reward? (or why you ought to try it)
2 points
by
cheepin
2y ago
|
0 comments
11.
▲
by
cheepin
9y ago
This isn’t correct for a=5, b=0, c=0. It would return true while OP’s example would return false
12.
▲
by
cheepin
9y ago
He was almost assuredly talking about enforcing carbon tax. Enforcing working hours limits has already been accomplished in many countries.
13.
▲
by
cheepin
9y ago
"An estimated 95% of all cars sold in the U.S. have automatic drive, versus less than 20% in Europe and Japan, where stick-shift is the overwhelming transmission of choice." Still a good market globally, if not in the US. I'm
14.
▲
by
cheepin
10y ago
The discussion he referenced, if you haven't seen it: https://news.ycombinator.com/item?id=13267537
15.
▲
by
cheepin
10y ago
Or you can call map_err to do an on-the-spot transformation if you don't have a general way to go from Error A to Error B. I still sometimes make mistakes reading rust code with the ? at the end of the line, but it's just a questi
16.
▲
by
cheepin
10y ago
If you are measuring response in nanoseconds, 100 microseconds is still a lot. However, it may be good enough for games at well below 1% of your time budget for a 60 fps game assuming cache locality is good enough so you don't waste to
17.
▲
by
cheepin
10y ago
In my experience they don't really stand out other than being a bit slow (for which it actually got ticketed). They seem to just be very conservative.
18.
▲
by
cheepin
10y ago
DDOS usually occurs via a botnet of infected networked devices. Thus, the attacker is getting their resources for "free" since their host is unknowingly wasting CPU and bandwidth during the attack, while the defender is paying for
19.
▲
by
cheepin
10y ago
> Is there an equivalent guide to the compile-time representation of important constructs for those trying to learn C/C++? Definitely. It was taught in school and there's pretty good guides for it online (maybe not caught up to
20.
▲
by
cheepin
10y ago
I read through the Rust book, and the problem I was having with it and the other docs is that it was hard to map the Rust concepts with what actually runs when it is compiled. For a language that touts "uncompromising performance"
21.
▲
by
cheepin
10y ago
Suppose a company raised money at some implied valuation. If they raise money again at a lower implied value, you call it a down round.
22.
▲
by
cheepin
10y ago
> But now, the XYZ Candy Company building also has become a Pokémon Gym. Players from miles around aggregate to that location because the name and logo are depicted in the app as a Pokémon Gym location. At what point does this mean the a
23.
▲
by
cheepin
10y ago
To people confused about the link, copy and paste it instead. The owner of that site is trolling people with the HN referrer.
24.
▲
by
cheepin
10y ago
(2013)
25.
▲
by
cheepin
10y ago
> artificial value to killing them Another way to think about it is an artificial value to keeping the population going. All the animals will eventually die yielding a reward, but if you can keep a population going, the reward will keep
26.
▲
by
cheepin
10y ago
That's a pretty painful option compared to just handling rough objects. I've rendered touchID almost entirely ineffective just by grip taping a skateboard. The answer to your question though is that, at least on the phone's s
27.
▲
by
cheepin
11y ago
Rhymes with scone
28.
▲
by
cheepin
11y ago
They did not even attempt to get it to send a fresh backup to iCloud before they reset it making it impossible. [0] http://daringfireball.net/2016/02/san_bernardino_password_re...
29.
▲
by
cheepin
11y ago
This is an interesting solution that I haven't heard before. It certainly seems to solve some of the problems with current copyright, but how do you evaluate the value of a copyrighted work? Off the top of my head, taxing recent past s
30.
▲
by
cheepin
11y ago
> With: Everything. This may be nitpicking but certain classes of programs cannot be realistically built with Haskell. Anytime you need to tightly control latency (soft realtime) won't really work since you have both a garbage colle
More ›