Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rvdginste
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
31.
▲
by
rvdginste
3y ago
Yes, but you are referring to standalone scripts, not functions defined within a Bash script. Compare for example the following helper code used for git command completion inside Bash and inside PowerShell. Bash: https://github.c
32.
▲
by
rvdginste
3y ago
What I had in mind, is a webapp that does backend api calls. That is a synchronous call, in the sense that often the user is waiting for it since it is often the result of an interaction with the website. I did not consider that a low laten
33.
▲
by
rvdginste
3y ago
I understand what this pattern does, but it makes me wonder how useful it is in practice. I am focusing specifically on the retry and circuit breaker functionality. If the call is done in a synchronous context (for example original client e
34.
▲
by
rvdginste
3y ago
> But it's buried very well under layers upon layers of deep integration with windows and .NET, the attempt to shoehorn a character-based shell into working with objects somehow, and a syntax that rivals enterprise java in its verbo
35.
▲
by
rvdginste
3y ago
I do not understand the "inconsistent" comment either. The "verbose" comment I can follow, but since you have tab-completion, it does not really matter that much. The Get-Help command is super useful, with the option to
36.
▲
by
rvdginste
3y ago
Been using Debian Linux as my main os for over 20 years. And happy that there’s less and less of a need to run a Windows vm. But even though most people are not happy with the recent evolution of Windows, most people will complain and then
37.
▲
by
rvdginste
3y ago
I also run Debian on all of my machines, either Stable or Testing. It runs fine on older machines, at least up to Core 2 Duo (64-bit). The advantage is that Debian has a very large package repository, is actively maintained (with security u
38.
▲
by
rvdginste
3y ago
I find these imprecise, rounded, relative timestamps very irritating and I am so happy to see that I am not the only one. If you have the exact absolute data, then just give me that.. in its original form. Unbelievable that people put effor
39.
▲
by
rvdginste
3y ago
> what package do I install to get this file my program is demanding? You can install apt-file, and then use `apt-file search`.
40.
▲
by
rvdginste
3y ago
> Socially this arrangement is kernel-like. The tech lead of the project runs the repo from which releases are done and merge in from teammates, which in turn can merge in from their teammates and so on. Ownership is always clear because
41.
▲
by
rvdginste
3y ago
I have been thinking about this approach, because I heard other people doing exactly this. I am using a pull request flow currently, but have some annoyances: - I nearly always check out the branch to review (I use a separate worktree with
42.
▲
by
rvdginste
3y ago
In short: author of Moq adds the dependency SponsorLink, which is an obfuscated closed source library that collects and uploads data from the developer's machine when the developer builds a project that includes a dependency on Moq. Th
43.
▲
by
rvdginste
3y ago
What do you mean? What does this have to do with Windows?
44.
▲
by
rvdginste
3y ago
I prefer having a powerful development machine and install and use development environments natively. The only times I am prepared to use a (local or remote) VM is when the development environment cannot be installed on the OS of my develop
45.
▲
by
rvdginste
3y ago
We use a setup where we have multiple repos with Terraform configuration and thus multiple Terraform states. We then use Terraform remote state to link everything together. I am talking about 10-20 repos and states. Orthogonal to that, we u
46.
▲
by
rvdginste
3y ago
Personally, I would never or rarely use the approach where some code is created and then thrown away. I think it is always better to first think and then do. With software development, I make the distinction between a functional analysis an
47.
▲
by
rvdginste
3y ago
Right. Why did I not see that? Thanks!
48.
▲
by
rvdginste
3y ago
> I highlight this because it's not an unsolvable problem for emacs. It requires making a recommended default configuration that will be more correct for the 95% use case and advocating that configuration on the install channels for
49.
▲
by
rvdginste
3y ago
I am a long-time Emacs user and used to maintain my own config, but I switched to Doom Emacs [1] a year ago. Doom Emacs is like a pre-packaged/pre-configured emacs distro. You still need to configure the features that you want to use,
50.
▲
by
rvdginste
3y ago
Thank you for the statistics, they are interesting. Would also be interesting to know the evolution of those statistics over the last 5 years. Either way, seems that an IPv4 address is still needed for websites that target a worldwide audie
51.
▲
by
rvdginste
3y ago
I guess this is currently then the biggest issue with IPv6 adoption: ISPs are not yet ready for it.
52.
▲
by
rvdginste
3y ago
I'm on an iPhone 7 Plus since a year. It's an old model that I bought secondhand. It was partly experiment. I was using an Android phone: Motorola G5 (also old). I love that G5, but I have the variant with only 16GB internal memor
53.
▲
by
rvdginste
3y ago
Would it be realistic today to make a commercial website only available on an IPv6 address? Or would the website lose too much traffic because of that?
54.
▲
by
rvdginste
3y ago
This is similar to an idea I once had about spreadsheets. In my mind it was more focused on being able to handle bigger amounts of data in a more efficient way: a "block" would be a data source and could for example be linked to a
55.
▲
MyGet Down for over 24 Hours
(github.com)
3 points
by
rvdginste
3y ago
|
1 comments
56.
▲
by
rvdginste
3y ago
MyGet (package repository for public and private NuGet, npm, ... packages) has been down for over 24 hours now. While this literally blocks development teams relying on the service, Assembla (that acquired MyGet in 2018) excels at not commu
57.
▲
by
rvdginste
3y ago
I started programming about 35 years ago and professionally about 20 years ago. Some of my thoughts: - Having the theoretical background is most definitely worth it. I often notice a lack of very basic knowledge on data structures in people
58.
▲
by
rvdginste
3y ago
Just want to add that you can directly manipulate LINQ expressions. It might be more complex, but you can basically transform an IQueryable into another one. And the result can be used everywhere you can use LINQ. You can also take advantag
59.
▲
by
rvdginste
3y ago
Debian at home and at work. Been using Debian since Potato. Stable on servers. Testing or unstable on laptops and desktops: quite often a testing base with selected packages from unstable. Debian just works, and is popular enough that it of
60.
▲
by
rvdginste
3y ago
If you want 1 signing key per JWT, you would need to generate a new key pair for each JWT; wouldn’t that be too expensive? Or was the generation included in your tests?
More ›