Viewing profile — blcArmadillo
blcArmadillo
HN member- Joined
- Sun, Aug 09, 2009, 4:27 AM UTC
- HN karma
- 400
- Public activity
- 195 items
- HN profile
- View on Hacker News ↗
About blcArmadillo
No profile information was provided.
Recent public activity
-
comment
Comment #49028795
Did you have 2FA enabled too?
-
comment
Comment #48043318
Off topic but how are you using Bazel with Nix? Specifically with regards to Bazel's cache. It doesn't seem like that would work well with Nix.
-
comment
Comment #47526179
Maybe something like: https://www.solidworks.com/sites/default/files/cswpsampleexa... (jump to page 18).
-
comment
Comment #44843811
https://firefox-source-docs.mozilla.org/devtools-user/respon...
-
comment
Comment #43295916
I don't have eye strain but have great difficulty getting glasses that work for me. I have a -6 prescription and two out of my last three glasses have had horrible distortion aroun…
-
comment
Comment #42183288
> - AOSP (the open source counterpart of Android) is now unusable. It doesn't ship with most essential apps, including a Phone app. In previous versions of Android, all of these we…
-
comment
Comment #40754426
Or: git pull --rebase origin main
-
comment
Comment #40435952
Incase you haven't run across it, I've found that enabling the "refine" option on the shape makes applying a fillet far more predictable.
-
comment
Comment #40281773
By chance did you mean Sourcetrail [1] instead of Sourcegraph? Old demo video on YouTube: https://youtu.be/Cfu6f0uyzc8?si=oNS9KKlbgEk_Ct0p . [1] https://github.com/CoatiSoftware/So…
- story
- story
-
comment
Comment #38623234
This is not correct. The main infotainment system is not considered safety critical. There are some functions such as rear view camera that are but often this is handled by a real …
-
comment
Comment #37236750
Several years ago the city of Phoenix released plans for a net zero single family home: https://www.phoenix.gov/sustainability/home You do have to provide some basic info to get th…
-
comment
Comment #36660742
University of Michigan, 2012, a technical writing course was required (TCHNCLCM 300) and it's still required: https://docs.google.com/document/d/1Vh83l2mW6j9P91eqV4W3UbqU...
-
comment
Comment #36457841
jrockway mentions postgres in their comment: > (While I'm here, I'll also point out that PostgreSQL is similar here. Have you ever upgraded and had your app broke? Absolutely not. …
-
comment
Comment #35869512
One method I've known to work for people is to buy an Oculus. You need a Facebook account for it and Oculus tech support can reactivate your Facebook account. After that return the…
-
comment
Comment #35741054
Ford's first iteration of their Sync infotainment system came out in 2007. What were they supposed to use before that?
-
comment
Comment #35617200
The browser on the Zune wasn't good but I otherwise liked. What didn't you like about it?
-
comment
Comment #34752802
Probably any lens and any modern camera can achieve this quality and look. The soft background is achieved by using a lower f-stop. In this example the background isn't really too …
-
comment
Comment #34222926
You can get motorized dampers that you install where the branches come off the main trunk. My understanding is it's not great to shut down vents all the way since it increases the …
-
comment
Comment #30536669
They did say > I deployed it on November 6, 2021, the same day that Stripe stopped billing a significant number of my customers, left all their invoices in a Draft state, and didn’…
-
comment
Comment #30315574
He touches on that in the paragraph > I'm not saying that writing is the best way to explore all ideas. If you have ideas about architecture, presumably the best way to explore the…
-
comment
Comment #29592604
It's in the image which contains the actual text from the University: > If those students who issued threats can be identified, they will be subject to appropriate disciplinary act…
-
comment
Comment #28733925
If you don't allow for scope creep you won't get any contracts. What I've seen in the industry is most companies will under bid hoping to make it up in change request fees. The suc…
-
comment
Comment #28050782
This is specific to interpreters but the beginning part related to parsing and AST is common: http://craftinginterpreters.com/contents.html