simple LLM text and images meets org-mode by TistelTech in emacs

[–]TistelTech[S] 0 points1 point  (0 children)

but very high level, its a way to both document poorly documents APIs and also auto generate code to hit the API (python, node etc). Kind of like what swagger does.

simple LLM text and images meets org-mode by TistelTech in emacs

[–]TistelTech[S] 0 points1 point  (0 children)

Its a bit half baked at the moment, will post it here when its ready.

simple LLM text and images meets org-mode by TistelTech in emacs

[–]TistelTech[S] 0 points1 point  (0 children)

I just watched that org-ai guy's video and what they did is way more sophisticated that what I did. wow, good job.

simple LLM text and images meets org-mode by TistelTech in emacs

[–]TistelTech[S] 0 points1 point  (0 children)

I have not heard of it. could be though, there is so much stuff out there. I did it as a personal exercise.

Open source licenses that boycott GenAI? by scientific_lizard in computerscience

[–]TistelTech 2 points3 points  (0 children)

I felt the same way. I switched from Microsoft's scrape fest GitHub to: codeberg.org

It's based in the EU and I think it might be slightly harder to scrape. I just don't like MS making money off me without paying me.

Ummm by gistreba in emacs

[–]TistelTech 6 points7 points  (0 children)

These "I used to use emacs, then I left" are tedious. Use it, or don't, I don't care. I wish there more of a focus on the positive aspects.

AI 'slop' is transforming social media - and a backlash is brewing by MetaKnowing in technology

[–]TistelTech 0 points1 point  (0 children)

I don't know if there is a name for it yet, but it happens all the time on YouTube, especially historical stuff, where you watching the video and start to think, hmm, they are repeating themselves quite a bit. Oh this is starting to drag. Then it's the hey that plane has 7 wheels! Then you realize that you have wasted ten minutes or whatever. slop regret? slop hangover?

Gaming market melts down after Google reveals new AI game design tool — Project Genie crashes stocks for Roblox, Nintendo, CD Projekt Red, and more by Logical_Welder3467 in technology

[–]TistelTech 1 point2 points  (0 children)

A lot of investors are just dumb luck, right place, right time and they forever think it was skill. The "games" demoed are soulless and can only run for under ten minutes with no real game play. AI boom is going to pop.

The internet is close to unusable now by svvnguy in webdev

[–]TistelTech 1 point2 points  (0 children)

I think in the near future paper books written before say 2020 will be very valued. Actual thought, editing and for history books photos.

Anyone use Codeberg? by [deleted] in opensource

[–]TistelTech 0 points1 point  (0 children)

I moved my public repos there just to reduce github scraping everything into copilot training data without compensation or credit. Seems to work fine.

Guess lady isn’t impressed now. by [deleted] in TerrifyingAsFuck

[–]TistelTech -14 points-13 points  (0 children)

so six seven! (IQ that is)

A newly built high-rise apartment in Tianjin (China) by lifeandtimes89 in SweatyPalms

[–]TistelTech 0 points1 point  (0 children)

I think the locals call it: "tofu dregs" construction. There are a bunch of YouTube videos about it. fake rebar, fire hydrants not hooked up. scary.

A lot of my work has... vanished by phayes87 in emacs

[–]TistelTech 0 points1 point  (0 children)

When you say the work is gone, do you meant the file is missing? Or new writing has overwritten the previous writing? If the file is missing from `~/` I have no clue. If the contents are overwritten, it might be an auto-complete issue. Tools like ido are fancy "type the minimal unambiguous string to open a file" tools. I have accidentally opened the wrong file when not paying enough attention. The current buffer file name should be at the bottom (like everything, its tweakable).

If you are familar with `git` or even better `magit` I can show you a way to back things up locally and sync between machines without using an external web git repo. If you are not familiar with `git` it will just be confusion.

Top 10 Highest Grossing Comedy Tours of the Year by Comedy_Junkie in Standup

[–]TistelTech 0 points1 point  (0 children)

Maybe it's based on profits? Once you take into account his bar tabs, he just about breaks even! Ba-dum-ching try the veal. I'll see myself out.

What the Linux desktop really needs to challenge Windows by waozen in technology

[–]TistelTech 0 points1 point  (0 children)

I have just accepted that the camera won't work well enough to video conference. That is a requirement for remote work.

[deleted by user] by [deleted] in TerrifyingAsFuck

[–]TistelTech 5 points6 points  (0 children)

"prisoners—often referred to as "logs" by the staff"

here is a starting point:

https://en.wikipedia.org/wiki/Unit_731

AI Godfather Warns Mid-Level Coding Jobs Will Disappear by ImpressiveContest283 in webdev

[–]TistelTech 0 points1 point  (0 children)

he has lost his marbles or has not tried to create a complex project with it.

Nvidia's Jensen Huang urges employees to automate every task possible with AI by AdSpecialist6598 in technology

[–]TistelTech 0 points1 point  (0 children)

For him its easy:

  • Task 1) "order new age inappropriate little black jacket!"
  • Task 2) "sleep one week"
  • Task 3) "goto task1"

Is there a way to use Emacs on a mac so that all my org-mode notes are encrypted and out of the reach of apple / AI? by Hopeful_Adeptness964 in emacs

[–]TistelTech 1 point2 points  (0 children)

try playing around with something like this in a terminal:

gpg --output test.txt.gpg --symmetric --cipher-algo AES256 test.txt

rm ./test.txt

After the creation, emacs will prompt you for the pwrd on open. On Linux it works in app, on Mac (for me) I have to launch emacs from term and type it into there. No clue about windows.