HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bruh2

no profile record

Submissions

PuDB: A console-based visual debugger for Python

documen.tician.de
1 points·by bruh2·12 mesi fa·0 comments

Write Code That Delivers Value to Clients (2021)

buttondown.com
3 points·by bruh2·2 anni fa·0 comments

Developing with Docker

danielquinn.org
76 points·by bruh2·2 anni fa·65 comments

Is It Pokémon or Big Data?

pixelastic.github.io
6 points·by bruh2·2 anni fa·2 comments

Htpy – HTML in Python

htpy.dev
3 points·by bruh2·2 anni fa·1 comments

Indie Web Companies

luxagraf.net
3 points·by bruh2·2 anni fa·1 comments

Pipx can be used to run Python scripts with inline-specified dependencies

pipx.pypa.io
3 points·by bruh2·2 anni fa·0 comments

Laminar – lightweight and modular CI service for Linux

laminar.ohwg.net
2 points·by bruh2·2 anni fa·0 comments

comments

bruh2
·anno scorso·discuss
I can't recall the details, but this tool had quite some friction last time I tried downloading a site with it. Too many new definitions to learn too many knobs it asks you to tweak. I opted to use `wget` with the `--recursive` flag, which just did what I expected it to do out of the box: crawl all links you can find and download them. No tweaking needed, and nothing new to learn.
bruh2
·anno scorso·discuss
> Windows are a failed analogy as files-and-folders, normal people do not understand them and software for normal people rightfully don't use them

Weird claim regarding files and folders. In my experience, my pretty tech illiterate relatives have a pretty strong grasp for them. Younger people do not, because they only use mobile computers that don't make frequent use of that abstraction.

Why are they a failed analogy? What are normal people doing instead of using them?
bruh2
·2 anni fa·discuss
UV creator's response on the concerns regarding VC money:

> I don't want to charge people money to use our tools, and I don't want to create an incentive structure whereby our open source offerings are competing with any commercial offerings (which is what you see with a lost of hosted-open-source-SaaS business models).

> What I want to do is build software that vertically integrates with our open source tools, and sell that software to companies that are already using Ruff, uv, etc. Alternatives to things that companies already pay for today.

> An example of what this might look like (we may not do this, but it's helpful to have a concrete example of the strategy) would be something like an enterprise-focused private package registry. A lot of big companies use uv. We spend time talking to them. They all spend money on private package registries, and have issues with them. We could build a private registry that integrates well with uv, and sell it to those companies. [...]

> But the core of what I want to do is this: build great tools, hopefully people like them, hopefully they grow, hopefully companies adopt them; then sell software to those companies that represents the natural next thing they need when building with Python. Hopefully we can build something better than the alternatives by playing well with our OSS, and hopefully we are the natural choice if they're already using our OSS.

https://hachyderm.io/@charliermarsh/113103564055291456
bruh2
·2 anni fa·discuss
https://xcancel.com/FFmpeg/status/1852542388851601913
bruh2
·2 anni fa·discuss
I thought this problem will disappear upon switching to Kagi, but it suffers from the same disease, albeit to a lesser extent.

I remember reading a Google Search engineer on here explain that the engine just latches on some unrendered text in the HTML code. For example: hidden navbars, prefetch, sitemaps.

I was kinda shocked that Google themselves, having infinite resources, couldn't get the engine to realize which sections gets rendered... so that might have been a good excuse.
bruh2
·2 anni fa·discuss
Judging by blog posts on HN, I got the impression that these vulnerabilities are often not rewarded at all, or rewarded by a minuscule amount. It almost seems like companies are begging hackers to sell these exploits. Perhaps because they aren't penalized by the regulator for breaches?
bruh2
·2 anni fa·discuss
Incredible. How does that work? I thought Nitter was completely neutered a while ago.
bruh2
·2 anni fa·discuss
Re: securing SSH keys; Nowadays most password managers can store SSH keys and integrate nicely with your SSH agent, making it essentially equivalent to logging in with a password. I use KeepassXC[1], and the workflow consists of opening the database using my master password, then just `ssh machine`, so in my book it's at the same level of comfort as a web interface for your cloud provider

[1] https://keepassxc.org/docs/KeePassXC_UserGuide#_setting_up_s...
bruh2
·2 anni fa·discuss
Am I missing something? There seems to be very little substance here: No link to the presentation itself, only slides that lay a very ordinary introduction. Mentioning GitHub stars may have been the first red flag
bruh2
·2 anni fa·discuss
This sounds exactly like what I was looking for. I settled on htbuilder[1], but it certainly does not feel right as it requires a fair bit of wrangling in order to fit with Django.

I'd love to help you with documentation and such; hit me up at [email protected] if you'd like a partner(:

[1] https://github.com/tvst/htbuilder

EDIT: Actually, scrolling further in this thread, it looks like https://htpy.dev fits the bill? It has explicit integration with Django, which is what I was looking for.
bruh2
·2 anni fa·discuss
OP is just showing a cool thing. You are on hacker news, expect to see people hack on stuff just for the sake of tinkering and having fun.
bruh2
·2 anni fa·discuss
This is amazing!

I found the text a bit too reference-y, as in giving too much theoretical background, while what I'm actually looking for is workflow breakdown. The demo video at the top of the page[1] demonstrates it beautifully and I recommend you go give it a watch.
bruh2
·2 anni fa·discuss
It's up to app developers, and some of them indeed just straight up lie with their categorization. Moovit and all dating apps come to mind. They implemented _some_ categories, but none useful – nothing that lets you separate wheat from the chaff
bruh2
·2 anni fa·discuss
What's the deal with the seemingly-spam links at the bottom of this page? Does it contribute to SEO somehow?
bruh2
·2 anni fa·discuss
Why did you choose to roll your own modules rather than do what's described in the comment you replied to, i.e. provide a Python layer for interacting with the rich set of available Ansible modules?

Not trying to be rude ofc, I'm sure you considered it and have a good reason – just curious as of what it is. An incredible project you put there, nonetheless:)
bruh2
·2 anni fa·discuss
How did you find a _technical_ job at a non-profit? What type of role do you perform?
bruh2
·2 anni fa·discuss
In my case, I already write a considerable amount of presentation logic in my the Django side of my project, merely because of Django's templating language limitations (which is okay, I prefer writing it in a sane language instead of wrangling esoteric features of DTL to get what I want). So adding a view function for an HTMX endpoint isn't really "spreading it around the backend" if your workflow is similar to what I described.
bruh2
·2 anni fa·discuss
Off topic, but is there any chance to avoid sharing Twitter links? Would rather not log in to the site
bruh2
·6 anni fa·discuss
It is still a problem, although admittedly I haven't seen cheaters myself. Valve will soon™ take Overwatch's replay analysis aproach[1] for anti-cheating, though.

[1] https://blog.dota2.com/2020/11/upcoming-updates/