Hacker Newsnew | past | comments | ask | show | jobs | submit | pdenton's commentslogin

Does this deprecate TTLS records? I've only just begun to generate those


Instead of saying you're autistic, say you have autism. What you are is a human being, most likely. Having autism is just one of your traits.

TL;DR Autism is what you've got, not who you are.


Many autistic people prefer to say they are autistic. Hopefully it's become clear that I think this way, and I can't just not think this way. Thinking is my main way of interacting with the world, it's not just "a trait".


You can ignore the parent comment. It's become fashionable these days to not use certain descriptive labels in a traditional manner because a certain class of people feel it's dehumanizing by "reducing one to one's condition". For instance, someone isn't "diabetic" they're a "person with diabetes", because the diabetes is just something they have it's not who they are. You're not "autistic", you're a "person with autism", and so on.

It's just a semantic game that is only making communication more verbose for no meaningful gain, as if everyone didn't already understand "autistic" to mean "person with autism".


"Disorders"?!

What's this, "person of color" instead of "black" or N*, that's all cool and agreeable, but then how on earth is "disorder" still okay? Bull.


Having used KDE 2, 3, skipped 4, and now 5, it's the most polished desktop environment I can think of. OSX is too weird and Windows is a hodgepodge of "GUI trend of the day". Not that either of those matter, since they're not FLOSS.


It is for sure not more polished then OSX or windows but it is best in Linux world if u care about looks not stability.


given how horrible OSX is I think KDE (or even gnome or xfce) is better


> horrible

now this is really subjective.


i dont have problems with OSX gui while KDE crash regulary. KDE can for sure looks better but it is not even close to same polish lvl as windows/osx


I've not had KDE crashed in a long time. Maybe it's the distro you're using.

I'm on the bleeding edge with KDE OpenSUSE Tumbleweed.


Never had KDE itself crash on FreeBSD. And I run it 24/7 and only reboot for updates

Firefox is the only thing that sometimes crashes on my system.


Excel


Maybe also PowerPoint?


Also Power BI


The way I'd do this, is by separating concerns into separate tables. If you have a table with (id, name) and a table with (id, parent_id), any doc with a parent will have a corresponding record in the second table.


Interesting! But where can you implement the UNIQUE constraint for doc names under a given parent? I guess your application code would need to handle that


What's a good alternative? Preferably not in the US, preferably not biased towards (or against) any political agenda.


Moving repos between hosts is trivial; e.g. I keep bare clones on my laptop, on an AWS server, and GitHub; with post-receive hooks that keep them all in sync.

GitHub's appeal is all the add-on functionality that's not actually stored in the git repo itself; e.g. Issues, Pull Requests, etc. That can't be migrated away easily.

Anyone who (a) has concerns about GitHub (monoculture, Microsoft, Copilot, whatever), and (b) relies on such add-on functionality, should look into moving that metadata into their repos. To give Microsoft some credit, GitHub Actions already does this (via YAML files in a .github/workflows folder)

For my personal projects, I use a simple program called Artemis to manage issues, which just stores maildir files in a hidden folder: http://www.chriswarbo.net/blog/2017-06-14-artemis.html


Have a look at Gitea. You can run it as a podman rootless container off the box on your local machine. The functionality is there, the community refuses to switch. There people who still have the idea that gh is still whatvit was 10 years ago.


We tried to migrate to Gitea at my company, ~100 repositories with a bunch of mirrors, lots of CI, renovate-bot using the API, etc. It was a disaster. It was unusably slow (10+ seconds to load the list of pull requests, API calls to open a new pull request timing out after 60s) despite never using more than a tiny fraction of the resources of a 16-core server. We tried to engage with the community to find out the cause of the slowness and were met with open hostility.


/* I know it's off-topic, but symptoms look very much like a DNS problem, or a firewall problem. */


A DNS or firewall problem that causes Gitea to intermittently spend 10+ seconds responding to requests, when running in a cluster alongside other containers that have no such problems? Can you describe a plausible mechanism for that?

We did some profiling and spent quite a bit of time looking at Gitea's source code, it was pretty clear in the end that it's just very very inefficient for large setups. It does an excessive amount of I/O on the Git repositories every time you load a page; there is some caching but not enough / not of the right things. We were really open to implementing fixes and submitting PRs but the community was so hostile that we just abandoned it.

It was overall an enormous waste of time and I can't recommend Gitea to anyone with a setup larger than a handful of small repositories.


I was looking for a simpler GitLab alternative. I guess Gitea is off the list now.

I wonder how CodeBerg works though.


GitLab imports issues and pull requests, with some caveats: https://docs.gitlab.com/ee/user/project/import/github.html#p....


GitLab UI is full of warts though. Since they are there for 5+ years I doubt they will be fixed soon. I am talking about little things - weird button-with-dropdown to start a comment/discussion on a MR, infuriating emojis (no I don't want to put a sign :man-kissing-a-man: just because I entered a smiley) and similar. It looks like either their devs are not using the product or any change is hampered by red tape.

Still, we use it, but try to use just core functionality (git, CI, issues, wiki) and avoid anything else. Always wanted to try gitea, maybe now it's the time.


https://codeberg.org Its based in Europe and focuses on free and open source software.

However I doubt I can really say its not politically charged.


Self-hosted gitea[1], or find a friend (or friend group?) who already has one, and ask for an account.

[1] https://gitea.io/


The Conservancy post/site mention SourceHut (thats in the US though):

https://sourcehut.org/


At https://sfconservancy.org/GiveUpGitHub/ they also mention CodeBerg, which is hosted in the EU. https://codeberg.org/

It's git-only. FWIW, I chose SourceHut in part because they support git and Mercurial, and I'm a Mercurial user. [1]

FWIW, the main SourceHut developer last year moved to the Netherlands. https://drewdevault.com/2022/03/24/Netherlands-update.html , and commented "I will be re-locating SourceHut, the incorporated entity, to the Netherlands, and gradually moving our infrastructure over the pond."

[1] Also because SourceHut is whole-heartedly pro-free software, and also because I feel better being able to pay for a service than depend on the largess of a large company, and also because I don't like monocultures.


Sourcehut is entirely self-hostable and Drew Devault is staunchly pro-FOSS. Nationality means little in this case.


Given the breadth of services Github provide, forge federation using ActivityPub (and ForgeFed extensions) open standards look very promising. A whole host of projects are working on it, and among them is Gitea. They will likely be the first to federate with other instances, so you can work on remote projects from your own environment.

Here is an overview of the federation activities: https://forgefriends.org/blog/2022/06/30/2022-06-state-forge...


You don't need hosting to use git.


> You don't need hosting to use git.

This, 100%.

Git is useful for all your textual versioning needs - but your friends don't really need access to all your git repos.

The whole idea of putting your whole life on GitHub is a dev's equivalent of putting all your life on Facebook - an excellent idea, as far as Microsoft and Facebook are concerned. If you can't sell ads to coders, then perhaps you can sell them recycled code.

But yeah perhaps I'm hatin' :)

Speaking of GH alternatives, though, the Tildeverse has https://tildegit.org/ https://tildegit.org/.


Except for when GH wasn't owned by Microsoft for almost a decade...


The problem with that is that at that time GH was surviving with VC money. That money entered with the promise that at some point GH would monetize their users. The "paid account" model wasn't enough for them, And now that Microsoft owns them it's also not enough. They've found another way to monetize all that code.

It surprises me though that Microsoft hasn't added a Stack overflow like panel to github. More. People are jumping between GH for the code AZ md StackOverflow for the support.


Versioning the source code is just one of the many things people use GitHub for.


Onedev is what I use for my personal code. Selfhosted too: https://code.onedev.io/projects/160


As someone else has said, the alternative isn't to move away from GH (at least not for this specific issue). The alternative is to change your license to not allow for this.


If you change your license to exclude this particular use, it's no longer Open Source (no restrictions on how it's used).

If you change your license to forbid removing the license, then there's a good chance that it doesn't hold any legal power. Reason being that machine processing is allowed by copyright laws.


> If you change your license to forbid removing the license, then there's a good chance that it doesn't hold any legal power.

But almost all licenses already do that, for example the MIT license says:

> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.


Therefore, changing the license is not going to improve matters at all. It's already forbidden, yet we are where we are.



That's one bad way to use blockchain, huh



This does not nearly rise to GitHub levels of badness, of course, but reading their ToS thread[1] leaves me with an icky feeling.

[1] https://codeberg.org/Codeberg/org/pulls/18


Hosting your code where all the nazi/racist/sexist assholes from imageboards are doesn't make your project shine.


This website appears to be based in Europe, is that where all the imageboard trolls live?


Why is it a list and not a table?

Seems like a pretty simple case of CREATE TABLE ethics ( id INT PRIMARY KEY, rule TEXT );


For all we know it is stored in a table


What happens during downtime for maintenance?


Its mean you failed to spread the love horizontally


You say 10 hail Marys and 5 our Fathers.


Software tends to get thrown away after a few years. Nothing I've written as a professional programmer has survived the test of time. No regrets, though. Why would I carry the burden of self importance to even be bothered about this? Do we really need to cast our work in stone? It's just work and you probably got paid a bunch. Nothing wrong with that.

My advice would be to find whatever motivates you in your life. What makes you happy? Challenge yourself and everything you've got.


To be fair he is coding Java. He has literally been chilling in an ecosystem that has not only stood the test of time but is seeing a big resurgence... Unless you count J2EE falling by the wayside or SOAP not being hot anymore most of Java has just seen steady improvement rather than replacement for the last ~10+ years.


This won't be a thing in Holland. Not that it matters much, but just saying.

https://translate.google.com/?sl=nl&tl=en&text=kut&op=transl...


Not too sure about that. I've seen Flickr doing pretty well, and pronouncing that was always an issue.

Also I remember the days when Facebook was spoken about as "GezichtsBoek, wat moet je daar nu dan"?


It also sounds like slang for 'orgasms' in Finnish. The first time I heard of Orkut I assumed it was a casual sex hookup site/app.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: