Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
backslash_16
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Ask HN: Testing AST or assembly output for a compiler
2 points
by
backslash_16
11mo ago
|
3 comments
2.
▲
by
backslash_16
1y ago
I agree it's totally worth it! I'm lucky that I have just enough free time to debug these things and I work with a few excellent Linux devs who have helped me with a few things. Thanks for understanding the spirit of my point ab
3.
▲
by
backslash_16
1y ago
In case anyone wants to point me in the right direction or give me some pointers, I’m a lifelong windows developer who switched to Linux (Ubuntu 24.04 lts) on my personal desktop and a laptop (I’m fully in on the switch) and it’s not great.
4.
▲
Advent of Code 2024
(adventofcode.com)
6 points
by
backslash_16
2y ago
|
0 comments
5.
▲
by
backslash_16
3y ago
I would love separate variable initialization vs assignment. I know that ship has sailed. It's interesting, I never cared about that until I did "Crafting Interpreters" and realized how separating those two actions helps clar
6.
▲
SRE in the Real World
(docs.google.com)
1 points
by
backslash_16
3y ago
|
0 comments
7.
▲
Microsoft is giving U.S. salaried employees unlimited vacation
(geekwire.com)
6 points
by
backslash_16
4y ago
|
2 comments
8.
▲
Disney Employees Must Return to Office Four Days a Week, Bob Iger Says
(hollywoodreporter.com)
2 points
by
backslash_16
4y ago
|
1 comments
9.
▲
by
backslash_16
4y ago
Thanks for the info. Using different containers for build and test vs the packaged app makes a lot of sense. > easier if you don't have to worry about compatibility with the target environment. I develop on Windows and deploy onto W
10.
▲
Ask HN: Do you use a dev container and why?
14 points
by
backslash_16
4y ago
|
14 comments
11.
▲
by
backslash_16
4y ago
I like Black and Pylance, which is backed up pyright. Pylance and VS Code for dev time analysis (even though it has a few annoying issues like auto-importing the wrong paths) and pyright for "build" and test time analysis. I set b
12.
▲
‘We Can’t Let the Kids Go Outdoors’: Our New Reality on the West Coast
(nytimes.com)
2 points
by
backslash_16
4y ago
|
1 comments
13.
▲
by
backslash_16
4y ago
Sorry for focusing on such a small part of your comment. I’m learning about language design (as much as I can) and I don’t really understand what you mean by “double dispatch like Python”. I think (maybe soon thought) that Python has single
14.
▲
by
backslash_16
4y ago
One way to know if it’s a .Net client is you can run ILDasm or DotPeek against the windows binary and see if it decompiles it.
15.
▲
by
backslash_16
4y ago
Not an easy job, but fishing, especially crab fishing in Alaska pays well and you get more than the summer off if you want. Here are the fishing seasons: https://www.adfg.alaska.gov/static/fishing/pdfs/commerc
16.
▲
Ask HN: What happens to unvested grants at Twitter?
20 points
by
backslash_16
4y ago
|
7 comments
17.
▲
by
backslash_16
5y ago
I switched to using RipGrep at https://github.com/BurntSushi/ripgrep It's native, really really fast, supports regex, and has nice defaults. The only catch is you need to understand its default ignores if you'
18.
▲
by
backslash_16
5y ago
Thanks, this makes a lot of sense. I'd like to think I was slowly closing in on this. Mine isn't as clean as what you put but I made the data within each of the enum possibilities a discrete struct. pub enum Expr { Binar
19.
▲
Ask HN: What data structure do I use for Lox AST in Rust?
2 points
by
backslash_16
5y ago
|
3 comments
20.
▲
by
backslash_16
5y ago
Thanks for the great and clear explanation, it makes more sense now! (a lot more sense) I didn’t know that Rust support for a LLVM target isn’t free and didn’t realize micro-controller targets are so diverse. Very cool.
21.
▲
by
backslash_16
5y ago
Explaining my experience - I haven't done any hardware or firmware programming besides messing around with Ardunios. I have written a low amount of C (tiny VM for toy language) and a moderate amount of Rust (a couple thousand lines for
22.
▲
by
backslash_16
6y ago
There is a low probability I would rent a space like that. If I lived somewhere close enough to have deserted woods (where there could be multiple cabins with trails) within a 20 or 30 minutes drive I think that implies a low cost of land.
23.
▲
by
backslash_16
6y ago
I completely agree. Because I think this area is really interesting I'm going to add a few more thoughts. The first web service I built used a table inside the production database for structured logging and I had one kind of log event
24.
▲
by
backslash_16
6y ago
Really easy and good homegrown logging. Use a structured logging library, this is key because it lets you easily filter on the properties attached to a log event. Then log those to a database. If you don't have a ton of volume and want
25.
▲
Let's Build a C Compiler (Part 0)
(lotabout.me)
4 points
by
backslash_16
6y ago
|
0 comments
26.
▲
by
backslash_16
6y ago
Can you help me out and define what dimensionaltity means for data? And what high dimensionaltity is? I’m somewhat familiar with monitoring/telemetry but haven’t heard that term before.
27.
▲
by
backslash_16
6y ago
It sounds like you are understandably worried about it going down. Standing up another copy is a great idea, and a great exercise in making sure your company understands how to build and deploy it from scratch. When you do that you also nee
28.
▲
by
backslash_16
6y ago
If I have read his example correctly - he's not modifying the object he is looping over. car_ids is externally defined and he is using a loop to exhaustively test other objects and take an action on them, which is adding them to the ex
29.
▲
by
backslash_16
6y ago
Hey, I use PowerShell on Windows a lot. Some advice that I hope helps for installing posh-got specifically is to “git clone” the posh-git repo. Then in your $Profile.CurrentUserAllHosts do an Import-Module for the PSM. I know all this is pe
30.
▲
by
backslash_16
6y ago
It's too easy as a catch-all to say "everything can always be priced in". Right now 48 states (I can't find anything saying all 50) are in a state of emergency, which prohibit raising prices more than around 10% or 20%.
More ›