HackerLangs
TopNewTrendsCommentsPastAskShowJobs

meling

259 karmajoined il y a 6 ans

Submissions

Protesters shut down Berkeley Forum event hosting Jeff Dean

dailycal.org
5 points·by meling·il y a 2 mois·0 comments

Proposal to add generic methods for Go

github.com
5 points·by meling·il y a 6 mois·0 comments

[untitled]

1 points·by meling·il y a 6 mois·0 comments

comments

meling
·il y a 3 jours·discuss
Does anyone know how this compares to Supacode (https://supacode.sh)? I just started using Supacode a few days ago and have been enjoying it so far; it is based on libghostty.
meling
·il y a 22 jours·discuss
I’m in academia and I try to convert everyone I know… I only recently started using it for a few things, and I used Claude to do some pretty advanced stuff that I wouldn’t have ventured to even try with latex. That is, I think a lot of the relevant CTAN packages can be developed using LLMs more quickly than you might expect.

For next year, I plan to prepare a thesis template for our university and encourage students to try it instead of latex (most of our students use latex now).
meling
·il y a 25 jours·discuss
I’ve been using Typst lately and it has been great. I’ve made an exam template for my university and made an export feature so that I could generate the exam in the json format that our online exam system (WISEflow) expects, with support for multiple choice and essay style questions.

It is so snappy and with great error messages. I encourage people to try it out. The typst tutorial is very approachable. Thanks to the Typst devs for this great piece of software.
meling
·il y a 28 jours·discuss
I’ve been using Typst lately and it has been great. I’ve made an exam template for my university and made an export feature so that I could generate the exam in the json format that our online exam system (WISEflow) expects, with support for multiple choice and essay style questions.

It is so snappy and with great error messages. I encourage people to try it out. The typst tutorial is very approachable.
meling
·il y a 2 mois·discuss
Sorry, I didn’t explicitly link to the issue for the portal layer.

Here is the issue discussing the portal simd package: https://github.com/golang/go/issues/78902
meling
·il y a 2 mois·discuss
Curious if people here have looked at the upcoming SIMD support in Go: https://go.dev/doc/go1.26#simd

Currently experimental, but looks like the first Intel arch will arrive in the next release in about 3 months. They are also going to support a portable layer.

Wondering what people here think about the approach the Go team is taking; I think they would appreciate more eyeballs on their design. (I’m not competent in this space (yet))…
meling
·il y a 2 mois·discuss
For the record, Go’s telemetry is local by default (not uploaded): https://go.dev/doc/telemetry
meling
·il y a 3 mois·discuss
Call me when they have broken ECC with a real quantum computer.
meling
·il y a 4 mois·discuss
What’s my remedy when Google’s product (Gemini 3.1 pro high) makes a “grave” mistake? This is unrelated to the bans that’s been happening recently, but wanted to share …

This morning I asked Gemini to “save” its output to a local file. However it did more than that … it committed the file (along with several unrelated staged changes that was not ready to be committed) and even pushed the changes to GitHub. I’ve never asked any model to commit, let alone push… I’m not impressed; actually a bit disappointed that it would do this without any warning up front. This happened in Antigravity.
meling
·il y a 5 mois·discuss
Jikes! How many ads can they squeeze in on news website… really distracting (I’m not using ad blocker).
meling
·il y a 5 mois·discuss
What happens if the customer ask his credit card company to do a chargeback?
meling
·il y a 5 mois·discuss
Love this story too as many others have said. Thanks for sharing this. Maybe someday I will do the same. Luckily our archive of tapes isn’t so large.
meling
·il y a 5 mois·discuss
Great to see this. I played around with jj about two months ago and really enjoyed using it on the command line, but I found it difficult to understand the interaction with git and GitHub and decided to put it off until I had more time. (I don’t recall the specific issues I had…) Maybe this extension can remove some of that friction.
meling
·il y a 6 mois·discuss
Who has 8 week vacations, let alone 12? No European country I’m aware of, but I didn’t check all…
meling
·il y a 6 mois·discuss
Sorry, I wasn’t precise enough. I’m at a university and our IP addresses are publicly routable, I think.
meling
·il y a 6 mois·discuss
If I can use my DHCP assigned IP, will this allow me to drop having to use self-signed certificates for localhost development?
meling
·il y a 6 mois·discuss
Wish more pages were as fast as this, despite this site’s simplicity… In particular GitHub could really benefit from less bloat and faster rendering.
meling
·il y a 8 mois·discuss
It has been used for a while in the Secure Enclave operating system: https://en.wikipedia.org/wiki/L4_microkernel_family#:~:text=...

But to my knowledge, not for the more general user facing OSes.