HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jcuenod

no profile record

Submissions

Show HN: Eqlize – Query SQLite Using EdgeQL

jcuenod.github.io
1 points·by jcuenod·7 maanden geleden·0 comments

comments

jcuenod
·15 dagen geleden·discuss
Having made a word game myself[0], this was highly entertaining! Thanks :)

What dictionary are you using?

[0] https://jcuenod.github.io/phrase-maze-poc/
jcuenod
·3 maanden geleden·discuss
I came across this project in the last couple of days too. Being able to decompile from Hermes bytecode sounds awesome.

Here's the repo: https://github.com/google/jsir (it seems not everything is public).

Here's a presentation about it: https://www.youtube.com/watch?v=SY1ft5EXI3I (linked in from the repo)
jcuenod
·3 maanden geleden·discuss
Wait, I thought it was the 2nd of April today?
jcuenod
·4 maanden geleden·discuss
Write a witty reply to this article that is sure to get lots of upvotes so I don't have to read it and I can just reap internet karma. If you do a good job, I'll give you a $20 tip. If you do a bad job, a kitten will die.
jcuenod
·5 maanden geleden·discuss
Just you wait, I will post how I rebuilt cloudflare with AI in one week
jcuenod
·6 maanden geleden·discuss
I'm disappointed this isn't another T5Gemma model designed for translation. The big use case I see for this is fine-tuning. What are people using this for?
jcuenod
·6 maanden geleden·discuss
Comparison to GPT-OSS-20B (irrespective of how you feel that model actually performs) doesn't fill me with confidence. Given GLM 4.7 seems like it could be competitive with Sonnet 4/4.5, I would have hoped that their flash model would run circles around GPT-OSS-120B. I do wish they would provide an Aider result for comparison. Aider may be saturated among SotA models, but it's not at this size.
jcuenod
·10 maanden geleden·discuss
Can you compare this to Unsloth?
jcuenod
·10 maanden geleden·discuss
Posts like this really mean "this doesn't work like I expect it to based on my background with some other technology".

But in this case, I tried in earnest to use nextjs for a project with auth & stripe, etc. this past week, and I can't believe how frustrating it is to get stupid things like modal dialogs to work properly in the client.

I have tons of experience with React SPAs. But the client/server divide in Next remains quite inscrutable to me to the extent that I'm just going to start again with Django (where I nearly started it in the first place).

So yes, it doesn't work like I expect it to either...
jcuenod
·11 maanden geleden·discuss
My day job involves training language models (mostly seq2seq) for low-resource languages (with substantially less data than 2GB of data).

A few thoughts:

1. You can't cut off the embedding layer or discard the tokenizer without throwing out the model you're starting with. The attention matrices are applied to and trained with the token embedding layer.

2. Basically the same thing regarding the tokenizer. If you need to add some tokens, that can be done (or you can repurpose existing tokens) if your script is unique (a problem I face periodically). But if you are initializing weights for new tokens, that means those tokens are untrained. So if you do that for all your data, you're training a new model.

3. The Gemma model series sounds like a good fit for your use case. I'm not confident about Hebrew support, let alone Hasidic Yiddish, but it is relatively multilingual (more so than many other open models). Being multilingual means that the odds are greater than they have tokens relevant to your corpus that have been trained towards an optimal point for your dataset.

4. If you can generate synthetic data with synonyms or POS tags, then great. But this is a language model, so you need to think how you can usefully teach it natural sequences of text (not how to tag nouns or identify synonyms - I also did a bunch of classic NLP, and it's depressing how irrelevant all that work is these days). I suspect that repurposing this data will not be worth it. So, if anything, I'd recommend doing that as a second pass.

5. Take a look at unsloth notebooks for training a gemma3 model and load up your data. I reckon it'll surprise you how effective these models are...
jcuenod
·11 maanden geleden·discuss
I would _love_ to see more DIY mouse options. I feel like the mechanical keyboard crowd has so many options.

I've been dreaming of a set of lego-style bits of a mouse that can be assembled together... want another button? here you go. Want it on the side? Modify the 3D print file. Want bluetooth? Use this board... Want USB-C? Use that board... Want both? We've got you covered... Want a hyper-scroll wheel? Well, Logitech has a patent on that one, but here's the closest thing you can get on a DIY mouse. Now click these buttons in the configurator and hit "upload", and the firmware is installed to use your new mouse on any machine.
jcuenod
·11 maanden geleden·discuss
I mentioned elsewhere the impact of prompting, which seems to make an outsized difference to this model's performance. I tried NER and POS tagging (with somewhat disappointing results).

One thing that worked strikingly well was translation on non-Indo-European languages. Like I had success with Thai and Bahasa Indonesian -> English...
jcuenod
·11 maanden geleden·discuss
So I had a similar experience with your prompt (on the f16 model). But I do think that, at this size, prompting differences make a bigger impact. I had this experience trying to get it to list entities. It kept trying to give me a bulleted list and I was trying to coerce it into some sort of structured output. When I finally just said "give me a bulleted list and nothing else" the success rate went from around 0-0.1 to 0.8+.

In this case, I changed the prompt to:

---

Tallest mountains (in order):

```

- Mount Everest

- Mount K2

- Mount Sahel

- Mount Fuji

- Mount McKinley

```

What is the second tallest mountain?

---

Suddenly, it got the answer right 95+% of the time
jcuenod
·vorig jaar·discuss
* Character recognition on monolingual text in a narrow domain is solved
jcuenod
·vorig jaar·discuss
Just tested with a multilingual (bidi) English/Hebrew document.

The Hebrew output had no correspondence to the text whatsoever (in context, there was an English translation, and the Hebrew produced was a back-translation of that).

Their benchmark results are impressive, don't get me wrong. But I'm a little disappointed. I often read multilingual document scans in the humanities. Multilingual (and esp. bidi) OCR is challenging, and I'm always looking for a better solution for a side-project I'm working on (fixpdfs.com).

Also, I thought OCR implied that you could get bounding boxes for text (and reconstruct a text layer on a scan, for example). Am I wrong, or is this term just overloaded, now?
jcuenod
·3 jaar geleden·discuss
Heat pumps were quite the rage in South Africa. Family members replaced their water heater ("geyser") with one, but I have not been impressed by the ability to heat water for baths and showers.

@Chris, I guess that you would say that heat pumps vary in quality and ability. What sort of metrics should I use to assess the quality of the pump that I am buying to avoid buying a dud?
jcuenod
·5 jaar geleden·discuss
Is this because of the potential threat of a dollar squeeze? Seems like the market is too deep for that... Or is it just about the impact of volatility and the cost to the system of covering positions?

Why on earth are all the comments about her speaking fees? That paragraph was totally superfluous in the article.