találtam egy mikroblogot textlog.cctextloghotA quieter place for your thoughts. webcímmel, szerintem jól működik együtt a textlog.hu főoldalammal, makroblogban mikroblog, textlogban textlog beágyazva, kereshettem volna más megoldást, de ezzel egyelőre elégedett vagyok
I found a microblog with the web address textlog.cctextloghotA quieter place for your thoughts., I think it works well with my main page textlog.hu, microblog in macroblog, textlog embedded in textlog, I could have looked for another solution, but I'm satisfied with this for now
@fastidious🙈profilefollow"Beware those that would deny you access to information, for in their heart they dream themselves your master." — Sid Meyerswrote:
A “small” visit to Lotte, and $239 later, we are enjoying rambutans, sticky rice with tuna wrapped in seaweed, and wife struggles to make room for the rest of the goodies.
Writing.
I want to do it, very badly.
I just don't want to be bad at it.
You have to be bad at it in order to get good at it. But...
Catch 22 isn't it?
I think reading helps quite a bit, especially writing about what you’ve read, even to yourself, just so you can go through the process of having to explain something that you’re only recently familiar with. There’s something about that process that seems to be helpful, at least to me.
Same.
The way I consume information influences how I think. Short form content makes my thinking fragmented without a clear structure. I feel that fragmented thinking won't lead to convincing writing. And I'm trying to regain some of that lost control.
Very interesting! I think something along those lines might be happening for me too.
Another aspect, always cooking in the back of my mind, "if you can't explain it well, don't explain it at all."
The fear of being bad at it is the only thing holding you back. I experienced something like that with playing music with others. Perhaps you could learn to lay down your critical brain during the creation process and that good/bad isn't a useful distinction until later when you're editing your work.
The longer the text you need to store, the bigger a QR code needs to be in order to scan reliably.
Also, you might be more confident in being able to keep a short URL stable (it's already a step of indirection, so if you want to reorg your site you can just update where the short URL points to). But people don't really take care to maintain short URLs anyway, apparently.
I've written a small persistent agent wrapper for agent.py. I'm impressed with how well it works. I feel like a CEO issuing global memos to all my agents after reading their status reports.
personal projects probably just arent the right knob if you want to get unpoor. if you want my honest advice i would recommend not showing hallucinate to potential employers, its landing page looks one-shot claude and is gpu heavy. but the others look very nice.
loved it, I visit whenever I can, it's my favorite place on earth :D tried to live there many times, even had a job two times but it didn't work out. The air is different.
I recently made a 10 foot sailboat and took it on a fifty-mile adventure in the Salish Sea. I can still feel the way the wind pushed the boat over the water. I kept imagining the way that our progress was the sum of the vectors of wind, current, and gravity. #tinkeringnotesfollow
Do you code in silence or do you listen to music? If so, what kind of music do you prefer? Personally, I prefer Synthwave, vaporwave or the occasional country.
Techno. I'm in the autistic spectrum. It somehow helps me calm and focus. But, at some point I prefer silence. I often work with sound cancelling headphones with no music. So, it is total silence or total noise.
If programming is the typing of characters into a text file, it is way worse. I think the key to learning is still doing it rather than reading it. If the question is about system design I think you can, but only if you curious and it becomes a problem that needs to be solved.
Asking "What do you think" is one of my favorite questions to learn at the moment.
I do think there will be what were hard earned lessons about system design, code smell, designing data structures for the hardware you're running on, concurrency golden paths, etc., which are now with agentic dev even harder to learn and internalize. But also if you have an excellent teacher in the form of an actually-good model pair programming with you always, maybe not? Maybe a pair programming AI programming tutor would be a good Zed/vscode extension. Or product.
@mcclaskcprofilefollowIs mayonnaise an instrument? Email me if you want a pizza roll.wrote:
Follow me if you want me to email you a pizza roll
Collected my helper functions to lozenge.el package, e.g. (◊duckduckgo
"textlog") opens ddg. Lozenge is ◊ character. Others are
(◊find-file), (◊grep), (◊github-search), (◊show-commit) etc.
buit a keyboard driven calendar webapp right now cause im disappointed with all tho other solutions i could find. no dependencies, super customizable, im kind of obsessed. for the first time in my life im actually keeping my calendar alive.
Huge refactor today, moved from sync SQLite to Worker based, touched 88 files, pre-#AInotesfollow it would have taken a week or so, finished now in ~1:30h. And I wouldn’t have the confidence I have now that it went correct. It went well, though a bug or two might surface, we’ll see.
SQLite is embedded in the main thread same as the HTTP server. I noticed some requests dropping and because the queries have become more complex I figured it has to do with SQLite blocking for too much time. Moving it to a Worker makes the DB asynchronous and bypass this problem.
I looked at your personal website. I too am my own worst enemy and afraid to write.
I feel like I have something to say but at the same time I don't know what to say. How can that be?
(defun textlog-post (beg end)
"Publish the region between BEG and END to `textlog-url'.
Interactively, requires an active region. Returns the URL of the
new post when the server reports one."
You have #kakounenotesfollow, there is no need. I tried Emacs out a while ago to see whether it could replace Kakoune (I wanted to draw arbitrary stuff like images, 3D views, etc., in the editor) but honestly, Kakoune makes everything so easy to integrate that it was hard for it to compete.
Here I am trying to shine amidst all the darkness that pulls me down.
@tel😴profilefollowI really enjoy learning, I really enjoy making. I'm learning to be less guarded.wrote:
there's a gentle kind of space
not some echoing cave
nor some incessant chirping flock
more a darkened back room
lit by a projector
candid photos of your neighbors
songs made only for friendly ears
and the kind of brave words
that rarely make it out of our hearts
@semperos😊profilefollowPresbyter, husband, father, technologist, linguist, musician.replied to@tel😴profilefollowI really enjoy learning, I really enjoy making. I'm learning to be less guarded.:
Vår konges livsgjerning går mot slutten, landet samler seg for å ta farvel med en konge som har vært samlende og god for landet. Må Gud velsigne hans minne og hans etterfølger. #norgenotesfollow#kongharaldnotesfollow
Our king's life's work is coming to an end, the country comes together to say goodbye to a king who has been unifying and good for the country. May God bless his memory and his successor. #norwaynotesfollow#kongharaldnotesfollow
me too, but at the same time i'm enjoying getting things done, otherwise i would get lost in details like bikeshedding naming variables and making the code look pretty, and little would be done.
I was contemplating pwc372, p2 and came up with “- 1+&/-/'(&'(?x)=x)@0 -1” (goal). Conceptually I like it, but maybe it can be simplified further? #thinkeringwithcodenotesfollow
The rho coding harness I’ve made has come along way and I’m constantly trying to evolve it, but whenever I go back to pi it’s startling the difference of what a solid computer science background brings.
I'm curious how do people start writing longer novels.. what determines the length of it? Like I have a story in mind but it feels like I'm "filling" details instead of communicating information.
Any #Pinotesfollow users around?
I have been customizing it to the way I work, as it is meant to be. Bent it in a way that I enjoy holding it, so to say.
Maybe someone will find those useful, so I took the time to get it published.
Gruntfooot is a footer customization, where you can try new colors/glyphs in real time and also has theme support.
Piflux is a coding workflow. You can steer software development by running commands that issue reasonably general prompts. /plan, /code, /review
I created this because I find it very useful to have different models/ perform each of those tasks in isolated sessions. Managing this manually was very much a hassle.
Everytime I post something on HN or elsewhere, I get about a dozen or more emails and they're all talking about the same thing; they have a platform and they want to help me grow my business, they promise. They look personalized but they're #ai_slopnotesfollow#spamnotesfollow.
You look in the corner, you see a guy quietly eating cigarette butts. It's ok. He's dealing with a lot of stress from work. He takes care of his family. Capitalism
@fastidious🙈profilefollow"Beware those that would deny you access to information, for in their heart they dream themselves your master." — Sid Meyersreplied to@nolprofilefollow:
Likewise... you look in the corner, you see a guy quietly eating cigarette butts. It's ok. He's dealing with a lot of stress for lack of work, or food, or future. He wants to take care of his family. Communism.
We haven’t figured out yet. Maybe we never will.
Anthropic uses token billing for Claude Tag. But it’s different from CC - it’s an AI Colleague, so I’m asking PM and EM to talk to it instead of to me - accountability switches.
No, Claude Tag’s PRs are my team’s. Slop PRs come from outside of the team.
Anyways, dozens PRs per day is draining energy. Don’t want to review anything anymore.
Hitting a workout streak. I started using ladder app and have been consistent for the last two weeks. Three years ago I was 75 lbs heavier. Now trying to build muscle. Sitting and staring at a screen all day… I did that a bit too much ;)
A #execnotesfollown=27;s=[n]
while n!=1:
n=n//2if n%2==0else3*n+1;s.append(n)
for v in s[:15]:print(f"{v:>4} "+"█"*min(v//3,40))
print(f"{len(s)} steps, peak {max(s)}")
Been working on an old mastodon hosting project I tried to start a few years ago, with a focus on privacy. This is the first big project I've tried to come back to with the help of coding agents and find it invigorating, and gives me the confidence to actually finish the project. Who knows if it will ever make a dollar, but it sure is fun to watch my ideas come to life.
Yes! Great idea. Not sure how I would implement it but the main idea is that you should feel free to delete text through out the day because everything is tracked in a git repo. 🫣
Say more. I've been using it this year "at scale" and it sucks in the way that everything sucks when the whole company starts using it for everything. I haven't used Ansible in over a decade, but am curious what you like about it better.
Ansible just melds with my way of thinking better. I have a really hard time wrapping my head around nested loops in HCL and the overall "ugliness" of the language. Plus, I kind of like being in control of the order things are created.
@fastidious🙈profilefollow"Beware those that would deny you access to information, for in their heart they dream themselves your master." — Sid Meyerswrote:
I had hit a throttle now. That’s a “subtle" way to tell me to slow down.
@fastidious🙈profilefollow"Beware those that would deny you access to information, for in their heart they dream themselves your master." — Sid Meyerswrote:
@fastidious🙈profilefollow"Beware those that would deny you access to information, for in their heart they dream themselves your master." — Sid Meyerscontinued:
No because it's not a tab, it's a filter for the 'for you' tab. If we were to make it a tab it would have to be a different feed from the 'for you', but they overlap. I think it's ok distinct as it is.
ouhh bet thats nice. im rocking some 50€ aliexpress print/pcb that i put some old switches/caps onto. legitimately impressed, best keyboard i ever used, never going back to traditional kbs.
I've been leaning hard on NixOS in my latest attempt at a linux desktop box and have been really enjoying it. LLMs definitely help as there's a tremendous amount of information you need to use it effectively, I feel. I also started with Hyprland but then moved to Niri and have really enjoyed it.
Arch, because I feel you cannot use Linux without knowing how it works, and sway for window manager because it is highly stable, wholly keyboard driven, and tiling
I spent some time looking into what Omarchy has become since I installed it on my system, and I don’t think I like it anymore. ^^
Using it mainly to open a browser or applications like VS Code… well, I can do that with any OS. But the whole “AI-first” direction, DHH, and everything surrounding it are making me reconsider. I’ll probably migrate away from it soon. #bummernotesfollow
What is the exact definition of an IDE? JetBrain's products are as good as ever, in my opinion, but people have definitely made non-IDEs into big, hulking behemoths with tons of plugins. If anything, maybe "just an editor" is dead?
I think they mean the transition that all IDE's are making towards an agentic interface, hiding the code completely as humans will not have to interact with it since the AI will be doing a better job at everything, even auditing it.
@fastidious🙈profilefollow"Beware those that would deny you access to information, for in their heart they dream themselves your master." — Sid Meyerswrote:
Just started, and two made it to be block list. This is going well! :-D
Any #Netflixnotesfollow shows recommendations? I have no idea what is worth watching (since I rarely watch shows) so now I’m watching The Mentalist from 2008. They had flip phones then.
Current #jjnotesfollow aliases:
# The canonical tug
tug = ["bookmark", "move", "--from", "closest_bookmark(@-)", "--to", "@-"]
# Show my current work-in-progress(es). To wip it, whip it good.
wips = ["log", "-r", "bookmarks() | description(exact:'')"]
I never used the online version, but the last time I used the offline version it already was a horrible experience.
This was about 5 years ago, before I had moved entirely to Linux. It was so bad I downloaded a pirated version of some old MS Office 2007 Blue Edition to have something acceptable.
I unironically prefer Libre Office.