Viewing profile — justanotherbody
justanotherbody
HN member- Joined
- Mon, May 18, 2009, 8:17 PM UTC
- HN karma
- 63
- Public activity
- 43 items
- HN profile
- View on Hacker News ↗
About justanotherbody
No profile information was provided.
Recent public activity
-
comment
Comment #46259539
1 - based off of my experiences both using and maintaining various infra at the University of Washington the problem is not finding talent to write software, it's the part that com…
-
comment
Comment #40861484
Attrs would not replace your record array. IIRC you can supply slots so it might be useful for converting raw data into your numpy types, but I suspect you'd find the overhead in f…
-
comment
Comment #40861317
It's interesting to me that dataclasses seemed to be a slimmed down attrs but in practice I find it replaces namedtuple not attrs For my use the key is how easily you can add simpl…
-
comment
Comment #40618868
Not OP but my experience is - R packages are much more likely to include compilation of C libraries, which can cause grief if you're not experienced enough to install specific libs…
-
comment
Comment #40367042
They're supposed to be tuned but often aren't, as many motorcyclists can attest to Further the muni often lacks resources to fix this in a timely manner after reporting. In some ca…
-
comment
Comment #39244823
dhcp. Boring, simple, and insufficient for professional work imo. Not a problem for a largely static home network At work "the ricoh guy" manages the printers. You can access them …
-
comment
Comment #39243115
> know how to change their IP address My first job was as a sys admin, and I was explicitly told that they hired me because my eyes didn't glaze over when the interview covered the…
-
comment
Comment #39157968
Certainly my cursive is harder to read. Growing up in US public schools cursive was mandatory in ~5th grade in my district. Then shortly after (6th grade? 7th?) it became optional …
-
comment
Comment #34572426
For a long while I ran testing and had zero issues. Warning: if you're used to PPA life in Ubuntu Debian doesn't offer an equivalent that I'm aware of. EDIT sibling comments indica…
-
comment
Comment #33359244
mysql, psql etc. let you issue sql from the command line I don't do much sql in bash scripts but I do keep some wrapper scripts that let me run queries from stdin to databases in m…
-
comment
Comment #30617973
Handoff if I can find takers documenting if I can't If that runs dry I find 1-off things to fix or improve that either I personally care about or that a customer I will miss cares …
-
comment
Comment #15649007
I use origin for the limited set of exclusives (sim city, mass effect3) and consider it the poster child of what not to do Admittedly my usage is low. However twice I have encounte…
-
comment
Comment #15429257
A variety of workplaces have bureaucracy in place to require additional justification beyond manager and even manager + skip level approval. Whatever your thoughts on the suitabili…
-
comment
Comment #15361617
See "the high cost of free parking" for a complete answer Heavily oversimplified, back when cars first became available to the middle class city politicians had a rude awakening wh…
-
comment
Comment #15108431
I use it, and have a mb with touch bar. Using solely the laptop keyboard was fine. Transitioning between the laptop keyboard and an external was not. I ended up adding a binding fo…
-
comment
Comment #14211782
Exactly this. Configure two log handlers - one sending data to ES and another to disk. Alternatively, give the ops team what they want (more information) and then generate log file…
-
comment
Comment #13991532
Try raw cookie dough. Hardly healthy, but far less volume to consume
-
comment
Comment #13556383
Keep in mind there are a LOT of apps deployed on systems with SELinux with few, if any, tests Further, the divide between ops and developers in many cases leaves this as an unsolva…
-
comment
Comment #13444372
Full quote > “Instead of scratching only your own itches, why not scratch your girlfriend’s itch? How about your coworkers? And people who work at your favorite restaurant? And wha…
-
comment
Comment #13297903
For me it was getting enough experience with the various tools and tooling to learn the right tool for each job. I started around '08 on a Django-based stack with really only unive…
-
comment
Comment #12697317
The Seattle area already has decided bus lanes (with non - bus right turns). Basically, at-grade transportation that interacts with traffic fails during the peak periods of travel,…
-
comment
Comment #12327009
C and Python APIs of CPython are really just difference faces of the same thing. Due to the internal use of tuples some of the Python behavior is governed by related C behavior. Fo…
-
comment
Comment #12324302
The explanation is alright, but would have really benefited from a brief overview of tuple use in the C API.
-
comment
Comment #12288217
> It's much better to just know that your packages are either global or local and no in-betweens. The database driver and scipy are installed globally. Everything else is local to …
-
comment
Comment #12229237
>> Urban infrastructure is cheaper than suburban infrastructure. We're spending more money on infrastructure today than we would if we stopped excluding people Replacing suburban i…