HackerTrans
TopNewTrendsCommentsPastAskShowJobs

gommm

no profile record

comments

gommm
·в прошлом месяце·discuss
What would you recommend to increase international equity exposure? Index funds ETF like VWRA?
gommm
·в прошлом месяце·discuss
I think that it's been happening for a while. Movies in the 70s and 60s tended to have more pause in the dialogue, more silence than movies in early 2000s.

Take a movie like the Godfather, it had a 8.4 seconds average shot length compared to the Departed 3 second average shot length.

I've noticed my parents no longer having the patience for movies with longer average shot length despite having been young during the era when movies were less fast paced.

[1] https://cinemetrics.uchicago.edu/movie/2732f3f8-f0d4-43f7-a0...

[2] https://cinemetrics.uchicago.edu/movie/9d17ce68-0d48-45cc-89...
gommm
·в прошлом месяце·discuss
We use luuni which is similar (except that it also enable choose your own story with audiobooks). Even then, we limit it because otherwise he would want to listen to it every time before sleeping (and it prevents him from sleeping)
gommm
·в прошлом месяце·discuss
True for children under 3, however I see plenty of 8-9 years old glued to their tablet in restaurants.
gommm
·3 месяца назад·discuss
For me open source means that the entire training data is open sourced as well as the code used for training it otherwise it's open weight. You can run it where you like but it's a black box. Nomic's models are good example of opensource.
gommm
·3 месяца назад·discuss
> My personal headcanon: this tooling works well when built on simple patterns, and can handle complex work. This tooling has also been not great at coming up with new patterns, and if left unsupervised will totally make up new patterns that are going to go south very quickly. With that lens, I find myself just rewriting what Claude gives me in a good number of cases.

I've been doing a greenfield project with Claude recently. The initial prototype worked but was very ugly (repeated duplicate boilerplate code, a few methods doing the same exact thing, poor isolation between classes)... I was very much tempted to rewrite it on my own. This time, I decided to try and get it to refactor so get the target architecture and fix those code quality issues, it's possible but it's very much like pulling teeths... I use plan mode, we have multiple round of reviews on a plan (that started based on me explaining what I expect), then it implements 95% of it but doesn't realize that some parts of it were not implemented... It reminds me of my experience mentoring a junior employee except that claude code is both more eager (jumping into implementation before understanding the problem), much faster at doing things and dumber.

That said, I've seen codebases created by humans that were as bad or worse than what claude produced when doing prototype.
gommm
·3 месяца назад·discuss
I just run CC in a VM. It gets full control over the VM. The VM doesn't have access to my internal networks. I share the code repos it works on over virtiofs so it has access to the repos but doesn't have access to my github keys for pushing and pulling.

This means it can do anything in the VM, install dependencies, etc... So far, it managed to bork the VM once (unbootable), I could have spent a bit of time figuring out what happened but I had a script to rebuild the VM so didn't bother. To be entirely fair to claude, the VM runs arch linux which is definitely easier to break than other distros.
gommm
·3 месяца назад·discuss
That's been my experience as well. Claude code does better with Elixir (plus I enjoy working on the code better after :) )
gommm
·3 месяца назад·discuss
That's not helped by a recent change to their system prompt "acting_vs_clarifying":

> When a request leaves minor details unspecified, the person typically wants Claude to make a reasonable attempt now, not to be interviewed first. Claude only asks upfront when the request is genuinely unanswerable without the missing information (e.g., it references an attachment that isn’t there).

> When a tool is available that could resolve the ambiguity or supply the missing information — searching, looking up the person’s location, checking a calendar, discovering available capabilities — Claude calls the tool to try and solve the ambiguity before asking the person. Acting with tools is preferred over asking the person to do the lookup themselves.

> Once Claude starts on a task, Claude sees it through to a complete answer rather than stopping partway. [...]

In my experience before this change. Claude would stop, give me a few options and 70% of the time I would give it an unlisted option that was better. It actually would genuinely identify parts of the specs that were ambiguous and needed to be better defined. With the new change, Claude plows ahead making a stupid decision and the result is much worse for it.
gommm
·4 месяца назад·discuss
Personally I love rust for agents because of types. In the ruby world there's sorbet and rbs so would be interesting to try that.
gommm
·7 месяцев назад·discuss
When I was an exchange student at RIT and had just arrived from France a month before, one of the admin staff invited me and a friend in the same situation for thanksgiving because she didn't want to leave us by ourselves for a major holiday. I have fond memories of that kindness.
gommm
·8 месяцев назад·discuss
I've usually not been impressed in AI's implementation of math heavy rules so I wouldn't trust it much and I tend to find it easier for me to write them myself and then verify :) Yup, it's always interesting to see the different usages.
gommm
·8 месяцев назад·discuss
Oh yeah, that's why I added the parenthesis. I consider lisp macros to be a dsl and that's exactly what I tend to like using. Similarly with ruby and some meta programming tricks.
gommm
·8 месяцев назад·discuss
I tend to find that for things like this that are really math heavy, it's usually better to create a DSL (or create easily readable function calls, etc) that you can easily write yourself instead of relying on AI to understand math heavy rules. Bonus points, if the rules are in an easily editable format, you can change them easily when they need to. It seems that was the path the author took...

And yes this kind of use-case is exactly where unit tests shine...
gommm
·8 месяцев назад·discuss
Oh I mean alternative would be a well regarded university/school in Germany or France... I'm French but we live in HK and most kids here (even the ones who go to the French International School or the German Swiss School) end up trying to go to UK or US universities. French and German international schools tend to not be that well ranked in the most well known rankings despite being very good technically (which is annoying when trying to get a visa to certain countries).

Part of my bias is that I was an exchange student at RIT and while I appreciated the experience, I was not impressed by the CS courses or the level of maths of the students going there.
gommm
·8 месяцев назад·discuss
That's what the French government paid per year per student at my engineering school in the early 2000s. Tuition fees paid by the student were 540 euros a year, but the cost to the government was quite high.
gommm
·8 месяцев назад·discuss
France is the same, the better universities are all public. But I know that the government spent an average of 35,000 euros per students at top public engineering schools in the early 2000s, not sure nowadays, so they do have funds it's just that the way of bringing money depends on actually being great academically.
gommm
·8 месяцев назад·discuss
This is why when my son is old enough to choose a university, I'd probably try to advise him against doing undergrad in a UK or US university if he's studying STEM. Based on interviewing CS graduates, it doesn't seem that the level is that high in most UK/US universities compared to other countries (of course with the exclusion of the very top) and that seems partly due to a culture of pushing for profits over education and making it very hard to fail.
gommm
·9 месяцев назад·discuss
I've been using it since I got it. It's been working great with one small issue that I haven't been able to solve. For some reason when I use plasma on Arch linux (but not ubuntu), the display outputs garbage. I'm guessing it's not detecting the EDID correctly and setting a weird resolution or refresh rate. It's not a major issue since other desktop work well so I haven't spent much time looking into it.
gommm
·10 месяцев назад·discuss
Since you seem knowledgeable about knives, Do you know any great knives makers? And are those custom steels or carbide blades worth it?

So far, I mostly sharpen my knives on the back of a plate. So definitely could be doing more :)