HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ChristianJacobs

no profile record

Submissions

Building a Multi-Tenant Metrics Pipeline

jamesrobb.ca
1 points·by ChristianJacobs·6 เดือนที่ผ่านมา·0 comments

comments

ChristianJacobs
·2 เดือนที่ผ่านมา·discuss
You're not wrong there. The late stage (compilation wise) of template instantiation doesn't help either, as so much context has been built up. The art of debugging C++ compiler output is knowing which 90% to ignore. If you read it all you'll simply go mad.

Concepts at least tells you which criteria you didn't satisfy (as long as the concept is correct...), which - admittedly - feels like putting a bandaid on bullet wound.
ChristianJacobs
·2 เดือนที่ผ่านมา·discuss
Great news! As someone who's moving back to a C++ job after having worked with Rust for several years now, the error message parsing is one of the things I've been dreading the most... I'm still dreading it, but now sliiightly less.

Also, that interactive `-fanalyze`-output with the pointer visualisation looks super handy!

Happy to see there's still focus on the DX in GCC. C and C++ sorely needs it.
ChristianJacobs
·2 เดือนที่ผ่านมา·discuss
Bambu showed their true colours last year when they would've eliminated offline access altogether if not for public outrage. You don't own your Bambu printer, you're leasing it at a subsidised premium.

This move does not surprise me at all, and I'm genuinely happy that Louis is willing to shell out money to help those that can't defend themselves.

I'm happy that Bambu finally made Prusa care, but I will not cheer them even if they consistently innovate. It's just sad.
ChristianJacobs
·3 เดือนที่ผ่านมา·discuss
LegalEagle[0] covered this shitshow in great detail with solid commentary. Can recommend.

[0]: https://youtu.be/x-QcbOphxYs

This is when from when Jones' lawyer sent a copy of his phone to the opposition...
ChristianJacobs
·4 เดือนที่ผ่านมา·discuss
Thumbs up for both of them, but I must say that DeltaHedra has become my new favourite FreeCAD content creator. Especially after he started using his own voice. His old content was good, but his current his magnifique! The quality of the content he pushes is above and beyond.
ChristianJacobs
·4 เดือนที่ผ่านมา·discuss
Next FIFA peace price for you!
ChristianJacobs
·5 เดือนที่ผ่านมา·discuss
I don't think this is off-topic for HN at all. They point fingers at what's a clear issue in the tech industry with the endless subscriptions model.

You'll own nothing, and you'll be happier for it.
ChristianJacobs
·5 เดือนที่ผ่านมา·discuss
LinkedIn is a masquerade ball dressed up as a business oriented forum. Nobody is showing their true selves, everyone is either grinding at their latest unicorn potential with their LLM BFF or posting a "thoughtful" story that is 100% totally real about a life changing event that somehow turns into a sales pitch at the end...
ChristianJacobs
·5 เดือนที่ผ่านมา·discuss
You apparently did not read the article. "Morged" is a word the LLM that ripped off the article author's diagram hallucinated.
ChristianJacobs
·6 เดือนที่ผ่านมา·discuss
I am quite obviously blind, but I still stand by my sentiment. I would rather have a "bad" but honest PR body than a machine translated one where the author isn't sure about what it says. How will you know if what it says is what you meant?
ChristianJacobs
·6 เดือนที่ผ่านมา·discuss
This seems fair, tbh. And I fully agree on the policy for issues/discussions/PRs.

I know there will probably be a whole host of people from non-English-speaking countries who will complain that they are only using AI to translate because English is not their first (or maybe even second) language. To those I will just say: I would much rather read your non-native English, knowing you put thought and care into what you wrote, rather than reading an AIs (poor) interpretation of what you hoped to convey.
ChristianJacobs
·7 เดือนที่ผ่านมา·discuss
That's the neat trick - it isn't...
ChristianJacobs
·8 เดือนที่ผ่านมา·discuss
Not really. It's just "unwrap(" instead.
ChristianJacobs
·8 เดือนที่ผ่านมา·discuss
Have you tried Pocket-ID? I use it for my home server with LLDAP as the identity provider.
ChristianJacobs
·12 เดือนที่ผ่านมา·discuss
I switched to AeroSpace from Yabai because I had to disable parts of SIP for certain functions (such as switching workspaces with keybindings from SKHD), and that didn't feel right. Updates are also smoother since I don't need to update the sudoers file allowing the Yabai CLI to run without requiring password. Been happy as a clam ever since.
ChristianJacobs
·ปีที่แล้ว·discuss
You're looking for `.expect()`, available on both Option and Result.
ChristianJacobs
·ปีที่แล้ว·discuss
Same as a friend of mine who works for NAV. There's a whole lot of long-ass variable and function names because they use the Norwegian name for whatever they are calculating. It makes sense for them though, as the ones who review your code are lawyers...
ChristianJacobs
·ปีที่แล้ว·discuss
Can wholeheartedly recommend swapping the sticks on the joycons with hall-effect ones from Gulikit. Made an immense difference for mine who were suffering from drift.
ChristianJacobs
·2 ปีที่แล้ว·discuss
> looking to zig as a C replacement rather than Rust

Rust isn't a "replacement for C", but an addition to it. It's a tool that Torvalds et. al. has recognised the value of and thus it's been allowed in the kernel. The majority of the kernel code will still be written in C.

I'm no kernel maintainer, but I can speculate that two of the main reasons for Rust over Zig are the compile time guarantees that the language provides being better as well as the rate of adoption. There is a lot of work done by many leading companies in the industry to provide Rust native code or maintained Rust bindings for their APIs. Windows devs are re-writing parts of _their_ kernel in Rust. There's a "movement" going on that has been going on for a while. I only hope it doesn't stop.

Maybe the maintainers feel like Zig doesn't give them enough over C to be worth the change? Many of them are still opposed to Rust as well.
ChristianJacobs
·2 ปีที่แล้ว·discuss
I'm not the target audience for this, given that I don't post gaming videos online or share them with friends, but I think it's very nice how Valve is continuously creating cool new stuff for the masses.

It's going to be an interesting time for developers playing with the new "events" API to find the right balance between too few and too many "events" to notify Steam about. Hope it won't carry too big a penalty for those not recording.