Viewing profile — mattpallissard
mattpallissard
HN member- Joined
- Fri, Jun 10, 2022, 6:08 PM UTC
- HN karma
- 893
- Public activity
- 492 items
- HN profile
- View on Hacker News ↗
About mattpallissard
Recent public activity
-
comment
Comment #44957368
I agree most of it doesn't, especially if it's about current events or captures the feeling of the era. My Cousin Vinnie is an example that holds up still. No current events, no ra…
-
comment
Comment #44799879
> It’s like a world inside one’s head with a text-based interface. I had a co-worker describe it as a giant Linux playground. Another as ETL nirvana.
-
comment
Comment #44799845
Every job on an HPC cluster should have a memory and CPU limit. Nearly every job should have a time limit as well. I/O throttling is a much trickier problem. I wound up having a sc…
-
comment
Comment #43873019
Obligatory, Joel Grus: I don't like notebooks. https://www.youtube.com/watch?v=7jiPeIFXb6U And the slides; https://docs.google.com/presentation/d/1n2RlMdmv1p25Xy5thJUh...
-
comment
Comment #43741363
The functional code isn't reassigning the same variable. The and/or have something that looks like an implicit return.
-
comment
Comment #43740870
I have 5 and can say that this is the way.
-
comment
Comment #43616267
> many of us kind of hate it and only stay because of the money, and would work anywhere else if the other jobs paid well enough. I think you just described most people who aren't …
-
comment
Comment #43573589
Arch user here. These things work much nicer than any of the previous alternatives. Sure, kernel signing is a bit of a mess, but that's more of a product of how key-signing at a lo…
-
comment
Comment #43572962
> Frontend is a mess because all you people are a mess. As a backend guy who considers himself extremely fortunate that nearly all of his users/customers are technical, this got an…
-
comment
Comment #43546811
> There is no "syntax", it's all just key=value pairs, This, with the sections, is INI. Duplicate keys included. Loosely defined spec, but INI none the less > I don't know why you'…
-
comment
Comment #43541789
> If systemd is the reason, there are several good distros without systemd I totally get avoiding systemd, I don't myself, but I get it. The author on the other hand talks about th…
-
comment
Comment #43541223
> Other potential tells include long pauses and inconsistencies on candidates’ resumes, such as claimed expertise in technologies before they were developed and widely available. F…
-
comment
Comment #43134931
Same boat as the author here, except I switched from physics to software after year three. I had never heard of them until I was _years_ into software engineering. I think this is …
-
comment
Comment #42894694
I think this is the case. Most of my family and friends use and like the various AI features that are popping up but aren't interested thinking about how to coax what they want out…
-
comment
Comment #42550092
That's not the same type of bot net. Fail 2 ban simply is not going to work when you have a popular unauthenticated endpoint. You have hundreds of thousands of rps spread across th…
-
comment
Comment #42516611
I'm working on genuinely connecting with people. My wife, my kids, my friends, strangers. I've always been a "stuff it", sort of guy. Not wanting to bother people with my problems.…
-
comment
Comment #42499868
Oh I dunno. With cmake it really is pretty straight forward. You can pull from VCS, a tarball, even use a git submodule. If it's another Cmake project, that's the happy path. Easy …
-
comment
Comment #42446918
Agreed. I describe that movie to people as "Spielberg, but not constrained by reality"
-
comment
Comment #42405131
I could be wrong, but I think that term life insurance usually pays out but a whole life policy doesn't. At least that's been how my policies were.
-
comment
Comment #42325411
And at one point glyphosate was less toxic as well.
-
comment
Comment #42325388
While serving time in HPC I saw a set of ETL jobs that were written using awk and xargs that beat the pants off a lot of in house code on both a performance and a simplicity standp…
-
comment
Comment #42312550
> For extra credit, you can try to figure out what's going on here: I've spent a few minutes staring at this section and still haven't figured it out. Anyone smarter than I care to…
-
comment
Comment #42104649
While I agree with the sentiment of that, it still seems a lot easier than escaping characters. I would probably opt for a mix. Control separation with new lines
-
comment
Comment #42100818
It looks like it would just be be ctrl+^, which seems pretty straightforward.
-
comment
Comment #42092180
> Go initially lacked generics And even though it has them now, the generics syntax is pretty clunky IMO.