InfoSecErik
|
3 years ago
|
on: Tesla to Cut 10% of Jobs
The rapid bus lines had that reputation back when I lived there (particularly the one going down 3rd) and I rarely used it for that reason. My time on other bus lines plus the light rail were a lot more pleasant.
InfoSecErik
|
3 years ago
|
on: Show HN: Can you lose at Wordle if you tried?
I love the twist on the game, as well as the implementation automagically calling out when I've been defeated. Well done!
InfoSecErik
|
3 years ago
|
on: The era of borderless data is ending
The word that jumps out (to me) with what you describe is "Partition".
InfoSecErik
|
3 years ago
|
on: What’s in Which Python
For my Python things, I aimed to be compatible with the oldest supported Python for people on older OS's or who aren't constantly updating their Python installations. That way my stuff was still accessible to them.
InfoSecErik
|
3 years ago
|
on: Guidance for Choosing an Elliptic Curve Signature Algorithm
Good to see the callout on SafeCurves needing some maintenance.
InfoSecErik
|
3 years ago
|
on: Map of Reddit
My methodology for discovery/linking subreddits when I did a big crawl was to look at the subreddit description and find links to other subreddits. I think that was less prone to the issues that other commenters are reporting.
InfoSecErik
|
3 years ago
|
on: Eve Online fans cheer Microsoft Excel features at annual Fanfest
About 40 hours into my save, I realized I could use the "foundation" blocks as a way to organize the factory since everything snaps to a grid when you place stuff on top of it. There's also a "hoverpack" item in late-game + some folks use fly-mods. I haven't gotten that far, so I end up using lookout towers + foundations to get things neatly arranged.
InfoSecErik
|
3 years ago
|
on: I Accidentally Deleted 7TB of Videos Before Going to Production
I tend towards a --dry-run flag for creative actions and --confirm for destructive actions. Probably sightly annoying that the commands end up seemingly different, but it sure beats accidentally nuking something important.