HackerTrans
TopNewTrendsCommentsPastAskShowJobs

tecoholic

680 karmajoined vor 15 Jahren

comments

tecoholic
·vor 20 Stunden·discuss
Thanks for explaining the context. It makes sense in your case where using mouse is a hard constraint. My reaction is more towards people who optimise for productivity.
tecoholic
·vor 21 Stunden·discuss
Keybooard and Mouse. Everytime. I have the same question.

How much do you type in a day that moving the hand to the mouse is a productivity loss? I spend a lot of time staring (thinking, planning) than typing. So, moving my hand to the mouse and back barely has any impact.
tecoholic
·gestern·discuss
By making “upstreaming” the core of OS contribution, we have also failed to build tooling around downstream synchronisation. There are dedicated browser forks (a very highly complex software) that are maintained by a few volunteers. So maintaining 1 or 2 additional features depending on personal choices (or a specific company’s) shouldn’t be that hard. If we have a world where that’s normal, we will have a bigger talent pool in core tech, cloud vendors would have a hard time selling hosted solutions of open source software..etc., I think we left a good chunk of net positive impact on the table by what Mitchell mentions as the “open source project as a product” approach.
tecoholic
·gestern·discuss
Man, these are the kinds of things that I am so happy to read. People who think and care deeply about what they do, take pragmatic decisions that appears right to them and explain why they do things the way they do. Very motivating. Literally moved me from the couch to the work desk .
tecoholic
·vor 3 Tagen·discuss
Wow. With all the beach, pier and flyby shots, as a non-American, I really thought it was all shot in Santa Barbara. Man. What editing can do.
tecoholic
·vor 18 Tagen·discuss
Tried it. Works as advertised :) Amazing.

I am on Doom Emacs, the keyboard shortcuts don't seem to work. Clicking works. I suspect Whichkey (Space) and Evil mode (n/p..etc.,) to be the culprits. I should probably assign some sort of whichkey combo for the actions.

Seriously cool. Thank you.

P.S: The fact that I can ditch a 1+GB browser tab for 68MB mpv playing in the background is just :chef_kiss:
tecoholic
·vor 23 Tagen·discuss
Use mise and you will be in the micro-seconds region.

https://arunmozhi.in/2024/09/06/replacing-pyenv-nvm-direnv-w...
tecoholic
·letzten Monat·discuss
Second this. Just add Starship.rs for prompt and offload tool chain version handling to mise. That covers about 100% of my needs.

If your org doesn’t use mise, just add mise.toml to your global gitignore. Mise tries to be a single tool covering multiple needs, but don’t have to use it that way. I just manage toolchain versions and envvars (replace direnv).
tecoholic
·letzten Monat·discuss
In case of China, the extend to which the central government can set laws and policies far exceeds what’s possible in India. India’s powers are split into Federal, State and “Concurrent” lists. Health and education for example is a state and concurrent list subject respectively, to which the “Indian Government” has only very limited say. So it’s apples to oranges when it comes to comparing investments in those domains.
tecoholic
·letzten Monat·discuss
If the author is reading - China is a single party nation state, India is a union of states. Dive into the metrics of states, you will find everything from Sub-sharan Africa levels of HDI to the ones that compete with European countries.
tecoholic
·vor 2 Monaten·discuss
> WHY javascript code is even allowed to see all these actions of the user? We already loaded the page and rendered it

Nope we haven’t. At least not in a web application. At least not since the days Infinite Scrolling was invented. IIRC Twitter, for eg, only renders a partial list depending on the scroll position.

I once wrote a NER tagger, where implementing custom text selection allowed users to not stress about selecting the exact word boundaries when manually tagging 1000s of words per day.

I can probably find legitimate use cases for almost of these things in the list. While I agree with the broader theme of the article, this idea that the user agent should be a dumb display is not valid.
tecoholic
·vor 2 Monaten·discuss
Thank you. This is a great tip.
tecoholic
·vor 2 Monaten·discuss
Ha! That’s a valid point. My trackpad is crap on Linux.
tecoholic
·vor 2 Monaten·discuss
I have used an IdeaPad S540 for about 5-6 years. Upgrading RAM, WiFi modules along the way. Was bummed when Apple’s Mac Pro died on me 11months with no warning. And went back to IdeaPad again (this is where I gave up on Thinkpad). So I would swear by it. Not the current one, it’s got soldered RAM and I am less of a fan, but it just works - no issues.
tecoholic
·vor 2 Monaten·discuss
I would have bought one if they weren’t so pricey for the spec they ship. Similar specs on a IdeaPad goes I think something like 40% cheaper or more.

I understand people loving heavy duty ones. But the ones I have run into in the past had poorer screens and were just clunky to carry around. What’s the trade off here? Why do people still want a Thinkpad.

Edit: I just thought of one reason, some specs are not available in Ideapads due the power consumption and cooling needs I think. So Thinkpads on the lower end aren’t worth it?
tecoholic
·vor 2 Monaten·discuss
How much does a SOUL.md cost?
tecoholic
·vor 2 Monaten·discuss
Yes. Just this fact is going to make a lot of people try it out.
tecoholic
·vor 2 Monaten·discuss
Very cool idea. I had something vaguely similar in my mind. It's nice one see go ahead and implement it. All the Claude code animations and not knowing what's happening, how long it will take and what will come out is really frustrating me. On top of that there is no way to actually limit the scope of things. Opencode's Plan mode and build mode helps a bit.

If a state machine can improve a local LLM to produce better results, it's welcome addition to tinkerers and solo devs.
tecoholic
·vor 2 Monaten·discuss
I agree. The sentiment applies to most analytics. People who setup analytics are not the same as end users.
tecoholic
·vor 2 Monaten·discuss
I was looking into this just yesterday. So the Loki + … comparison is a bit off in the Open Source space. The main ones are Signoz and ClickStack in this space. Both using ClickHouse as the database. Heavy compared to something like Loki, but they are OTEL native and not log monitoring. So not in the same category.