HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sodimel

547 karmajoined 12 yıl önce
Web dev (python/django/django-cms)

Rants (en): https://misc.l3m.in/txt/

Interesting links (en/fr): https://links.l3m.in/

Personal website (fr): https://l3m.in/

comments

sodimel
·5 gün önce·discuss
Thank you for this tool!

We've just used it to embed the entire django doc + our private knowledge base, allowing us to search in the 2 sources instantly!
sodimel
·3 ay önce·discuss
(I may also add that I'm using synthwave 84' in vscode, which adds neon effects on my code using text-shadow)
sodimel
·3 ay önce·discuss
My coding font is comic-shanns-mono, here's how it looks: https://github.com/jesusmgg/comic-shanns-mono?tab=readme-ov-...
sodimel
·4 ay önce·discuss
If I understood it right, the app allows you to group links by categories (shelves), and share those categories pages?

I haven't found any information about search, tagging, descriptions, saving content. Are those also available features?
sodimel
·4 ay önce·discuss
Here's something I wrote in 2021:

> Today, there's ~30 times more js than html on homepages of websites (from a list of websites from 5 years ago).

It seems that this number only go up.
sodimel
·4 ay önce·discuss
That's a nice project!

I searched a few comments I agreed using the "Ask HN: What are some iconic comments on HN?" thread (https://news.ycombinator.com/item?id=40719253) and I'm pleased to see some green comments here and there :)

I also made 2 QoL [fire|grease]monkey extensions for hn:

- display favicons of sites next to links: https://gist.github.com/corentinbettiol/6d9dc3a032c17ebcd94d...

- display karma next to usernames: https://gist.github.com/corentinbettiol/289503b4033a788df91f...
sodimel
·5 ay önce·discuss
Didn't knew that sudo had a website with a... somewhat interesting logo: https://www.sudo.ws/
sodimel
·6 ay önce·discuss
That's a nice project, I'm interested to take a look at the source code if you publish it!
sodimel
·6 ay önce·discuss
https://l3m.in - Main website, (for now) in french

https://misc.l3m.in/txt/ - Small rants in txt (fr & english content)

https://links.l3m.in/en/ - List of saved interesting links
sodimel
·7 ay önce·discuss
Trying to rebuild my website (php mvc built a decade ago) using Django. I want to be able to update any page content, upload and display images, have multiple blog instances. I do a lot of django-cms by day, but it's too much for a small personal website, so I started to create a (tiny, foss) CMS based on Django, django-prose-editor for the content, and some new apps (for now, Page & Blog).

The site isn't even online, but for now I'm starting to think about the next steps (seo-related things to implement, generalize app functions to handle not only blog but other (hypothetical) apps as well, improve code quality and repo readability, separate apps from the website so anyone can add them to their django website if they want to). It's a lot of work for something no one will ever use, but I must at least try to make it clean and discoverable :)
sodimel
·7 ay önce·discuss
I, too, am selfhosting some projects on an old computer. And the fact that you can "hear internet" (with the fans going on) is really cool (unless you're trying to sleep while being scrapped).
sodimel
·8 ay önce·discuss
There is in fact an effort to make a desktop application!

Source (& releases): https://github.com/author-more/penpot-desktop

Topic on penpot forum: https://community.penpot.app/t/penpot-desktop-road-to-1-0/72...
sodimel
·9 ay önce·discuss
Oh I suscribed to a bot on the fediverse that posts screenshots from this live!

Here's the url: https://puntarella.party/@NamibDesertBot
sodimel
·9 ay önce·discuss
+1 - Weasyprint is an excellent tool to make pdf from html content, and we're using it at work (with django) to export various documents.
sodimel
·3 yıl önce·discuss
Here's my 2 cents (I never did something like this so I don't know if it's good advice):

See if you can ask for feedback on forums online (like this one here, but maybe also reddit, you can also ping some accounts on the fediverse).

Explain what you did where people will see it (fb groups, discord servers, plain ol' forums).

Write blog articles on how you did this or that, and post the links here.
sodimel
·3 yıl önce·discuss
Network call are incredibly slow compared to a processor call to L1, L2 (damn even L3 cache, an ssd or ram!), so I assume that every telemetry option is putting this computer in a state of "I will waste billions of cycles waiting for an answer from a server for something I could launch right away if I wanted to".