Viewing profile — mdtusz
mdtusz
HN member- Joined
- Fri, Aug 01, 2014, 1:18 AM UTC
- HN karma
- 571
- Public activity
- 203 items
- HN profile
- View on Hacker News ↗
About mdtusz
Recent public activity
-
comment
Comment #46772540
Frameworks aren't just human-serving abstractions - they're structural abstractions that allow for performant code, or even being able to achieve certain behaviours. Sure, you coul…
-
comment
Comment #41186681
Mirroring what many others have said, Azure is often broken and generally frustrating to use. Performance is also often _quite bad_ and there will be frustrating network limitation…
-
comment
Comment #40872574
You mean `.await`, I assume?
-
comment
Comment #39791834
Many will disagree with me, but the Vancouver Olympics prompted construction of some things that I would consider vital to the Sea to Sky region - the highway upgrade being the big…
-
comment
Comment #39791833
Many will disagree with me, but the Vancouver Olympics prompted construction of some things that I would consider vital to the Sea to Sky region - the highway upgrade being the big…
-
comment
Comment #38894024
I had high hopes that SimpleTax would have been bought by the CRA, but sadly now it's been absorbed by Wealthsimple instead. Still worth using though and is pretty straightforward …
-
comment
Comment #38547534
Tide is fantastic and has IMO the best ergonomics (and could be improved to be even better), except it's essentially abandonware at this point. I'd love to see it continue and thri…
-
comment
Comment #38296132
Agreed - honeycomb has been a boon, however some improvements to metric displays and the ability to set the default "board" used in the home page would be very welcome. Also would …
-
comment
Comment #36815695
Still early days, but we've been using CBOR instead of JSON lately at work for interfaces that have "settled" and it's been great. Means that you can shake out the early integratio…
-
comment
Comment #36759445
Check out Qutebrowser. It's almost entirely usable from the keyboard only using vimlike bindings. Lags behind chromium/qt a bit for the actual engine, but these days it's totally u…
-
comment
Comment #36751457
Forgetting that BC exists entirely. If you search "Kei" on Craigslist Vancouver, there's currently 37 postings, and they're constantly being imported here. I see them in Washington…
-
comment
Comment #36751314
In the PNW these are absolutely everywhere and for good reason - they're exactly what most people need when they need a truck bed for hauling capacity. Plus, many are 4/AWD and hav…
-
comment
Comment #36748203
Including secrets in the compiled binary seems questionable still - using env variables or a config is the "standard" way for secrets, and although it adds another step before you …
-
comment
Comment #35432248
Freestanding rigs do exist, but as you're likely aware, they transfer all their loading and stresses through their mast step - most often being stepped through the deck so you esse…
-
comment
Comment #34800824
The difference here is that a cat or dog hasn't been trained to write a python program, and it probably isn't possible - the weights and activation functions of a cat brain simply …
-
comment
Comment #34097646
This is sorta how many "embedded" systems with a display work these days. Start a chromium window in kiosk mode at boot and use a webapp for the UI. You'd be surprised how many tou…
-
comment
Comment #33719452
I've gone through the process of auditioning a bunch of rust webservers as well and came away with the opinion that of them all, Axum and Tide have the best interfaces and features…
-
comment
Comment #33270331
I think this is a symptom of using weakly typed languages as well. If your argument types are declared to be options/eithers, then you need to handle the empty case, but usually it…
-
comment
Comment #33178401
Sidebar, but I care about the headphone jack issue and am still annoyed by it. Bluetooth headphones just aren't very good, and we've all gotten in the habit of buying a new pair ev…
-
comment
Comment #33096964
Building in a high safety factor is not a failsafe. A failsafe requires that in the event of failure, the system goes into a safe state.
-
comment
Comment #33047826
See: Patagonia and recent news around it.
-
comment
Comment #32972387
Azure Active Directory manages this well. If your company uses office365, it's likely you already are using this under the hood.
-
comment
Comment #32969419
I'm sure many will disagree, but just implement it yourself if you're an SP. If you're using a common web framework, there's almost certainly packages/plugins that will manage SSO …
-
comment
Comment #32964830
I use my desktop at home exclusively for gaming. I had Windows on it, but it would continually crash when trying to use my bluetooth xbox controller with it. I've switched to linux…
-
comment
Comment #32953622
I've seen this happen as well, but I think it's more of a problem of bundling too small a changeset in a release. A partial implementation of a feature shouldn't warrant a release …