Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
galdor
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
galdor
1y ago
It feels like the age of AI has made take home coding exercises obsolete. I still have not found a good replacement.
2.
▲
by
galdor
2y ago
You would be surprised by how many infrastructures have software running without any container :) I'm running FreeBSD on my servers so containers are out, but even if I was Linux, why would I use containers for base services?
3.
▲
by
galdor
2y ago
Yes, it can be compiled and packaged so that I can one day install it as any other package, in my case on FreeBSD. And of course it's not just about avoid recompilation, there are a lot of features I want to add.
4.
▲
by
galdor
2y ago
This space may be well established, but it still does not fullfill all needs. For my own: - NGINX does not support ACME, and I'm fed up with dealing with Lego and other external ACME clients. Also the interactions between locations has
5.
▲
by
galdor
2y ago
Microsoft Entra having first class support for OIDC really helps; I remember seeing a decision diagram in their documentation recommending using OIDC for new projects, it can help negotiating. Google Workspace also works just fine with OIDC
6.
▲
by
galdor
2y ago
OWASP recommendations for Argon2id are 19MiB memory, iterations 2, parallelism 1. And following OWASP is not only a good idea for security but also makes it easy to justify with IT security, compliance, etc.
7.
▲
by
galdor
2y ago
Could you distribute it? I'm not a huge fan of ASDF complexity and have had many headaches trying to make some custom components work. I would welcome any simple alternative, even though I will probably end up writing my own.
8.
▲
by
galdor
2y ago
In technical organizations (all organizations really), simplicity is also a hard sell: you need people in charge with the ability to say "no" to a lot of ideas. And no one wants to be on the receiving end of a "no". Thos
9.
▲
by
galdor
3y ago
The text of this act treat them the same way unless I'm missing something (feel free to point me the text saying otherwise). A sane legal text would put in place thresholds with different levels of expectations and liability depending
10.
▲
by
galdor
3y ago
In kitchens as in plumbings: - There are rules, and clear established practices that allow you to follow these rules. In software the rabbit hole goes so deep that your average developer cannot even be aware of all the risks. - You do not h
11.
▲
by
galdor
3y ago
Correct. I would be perfectly fine with some amount of control and liability proportional to the size of the company, excluding tiny ones as it is often the case. With this new act, even selling 100€/month of support for a piece of sof
12.
▲
by
galdor
3y ago
It seems the author is refering to the EU Cybersecurity Act that should be voted early 2024. The last draft clearly excludes open source software as long as there is no commercial activity associated . If voted in this state, it won't
13.
▲
by
galdor
3y ago
Normal Computing | https://normalcomputing.ai | New York or full remote | Full Time Normal Computing is making AI both scalable and useful. We are looking for a senior web backend developer (8+ years experience ideally in Python
14.
▲
by
galdor
3y ago
I might be missing something, but the appeal of gradual typing to me is that I can mostly type functions, providing safe input/output boundaries, and avoid having to type every single variable (unless I have to do so for performance re
15.
▲
by
galdor
3y ago
> Google runs some very sensitive applications for paying enterprise customers, and they still tend to not expire sessions. For Google Workspace, web applications (e.g. Gmail or Calendar) will regularly force you to re-authenticate &quo
16.
▲
by
galdor
3y ago
For anyone finding CLOS interesting, "The Art of the Metaobject Protocol" is the next logical step. A good way to dig deep into how CLOS is built. It should be a mandatory read for anyone looking to design a programming language w
17.
▲
Building Erlang applications the hard way
(n16f.net)
4 points
by
galdor
3y ago
|
0 comments
18.
▲
by
galdor
3y ago
The trick with online platforms is to edit messages, replacing the content with a random string (this script supports both ".", a random string or a fixed string of your choosing). Most web apps will keep a copy of messages you de
19.
▲
by
galdor
3y ago
Wait it's integrated with SystemD? What is a package management system doing with the init process? I now remember that Guix is a daemon, something that made me really wary at the time; but a SystemdD dependency is something else entir
20.
▲
by
galdor
3y ago
This is the only reason I haven't tried to use Guix. I love the concept, I want to use it, but it does not run on FreeBSD. And I would not invest time in a packaging system that works on my workstation but not on my servers. It is sad
21.
▲
by
galdor
3y ago
The most surprising aspect of REDUCE is the way the callback can be called depending on both the length of the list and the presence of absence of an initial value.
22.
▲
by
galdor
3y ago
Author here. I double checked the Hyperspec [1] and you're quite right. I'll fix the article tomorrow, thank you for noticing! [1] http://www.lispworks.com/documentation/lw60/CLHS/Body/f_redu...
23.
▲
by
galdor
3y ago
I don't know if it will fix your font size problem, but this is what I have in my userContent.css for Firefox: @-moz-document url-prefix(https://news.ycombinator.com) { body { background-color: #d4d4cb;
24.
▲
by
galdor
3y ago
I don't know about Outlook and others, but you can still use any client you want, both for IMAP and SMTP access, using application passwords[1]. I have been doing that for years, both for Gmail and Google Workspace, without any issue.
25.
▲
by
galdor
3y ago
My understanding is that the budget required to build a game perceived as "modern" is higher and higher each year, meaning that studios need to target a very large market to be profitable. This is for example why we don't see
26.
▲
by
galdor
3y ago
A programming language is made of a long list of trade-offs, meaning that you could invent hundreds of new ones without really repeating yourself. Please go and invent new languages! Yes, most of them will be ill-designed and will not go an
27.
▲
by
galdor
3y ago
I’m curious, what works better than Twitter for this kind of use case? Mastodon is better than Twitter for me, but it still is very slow.
28.
▲
by
galdor
3y ago
Author of the blog post here. Not only is it still in use, but I rely on it all the time because I find inline evaluation (M-:) unusable for anything but the simplest command. At the very least I want to visualize the output of the command
29.
▲
by
galdor
3y ago
Why the anger? It may not be a ton of money, but this is a lot more than what the utterly vast majority of companies do for the open source ecosystem they profit from. The Curl author made the choice to give away his project for free, no on
30.
▲
by
galdor
3y ago
I'm unsatisfied with the current situation too, but it's a hard problem. You can either go full container (which means no BSD, and having to deal with Docker or Kubernetes and all the associated woes), or fallback to native packag
More ›