Viewing profile — dardeaup
dardeaup
HN member- Joined
- Thu, Apr 03, 2025, 1:15 AM UTC
- HN karma
- 156
- Public activity
- 121 items
- HN profile
- View on Hacker News ↗
About dardeaup
No profile information was provided.
Recent public activity
-
comment
Comment #47745240
I'm building a website integrity and security monitor. The backend is written in Java/PostgreSQL. The front end is written in JS/React. It will allow for interactive use via front …
-
comment
Comment #47707490
I'm building a website integrity and security monitor. The backend is written in Java/PostgreSQL. The front end is written in JS/React. It will allow for interactive use via front …
-
comment
Comment #47481799
My guess would be so that they could make use of a single code base.
-
comment
Comment #47478527
It seems that peak native Windows dev tools were Delphi 7 and VB6. It's a tragedy that something at least as good as VB6 is not still developed and supported by Microsoft.
-
comment
Comment #47478507
With restrictions of course.
-
comment
Comment #47320644
I'm hoping to soon start beta testing of a similar SaaS. Just wanted to say that you and your business are a huge inspiration for me.
-
comment
Comment #47046947
I had a very similar path starting with dBASE III Plus. As you say the productivity it (xBASE/FoxPro/Clipper) offered was remarkable. One of the tools that I really wish I had was …
-
comment
Comment #47015432
Absolutely correct! We've lost a lot along the way.
-
comment
Comment #46959188
Kudos to you! Looks very nice and well thought out. I was working on a native Windows tool for data exploration of SQLite but I shelved it. If you don't mind my asking -- what lang…
-
comment
Comment #46959074
I'm building a site auditing tool with a pluggable metrics pipeline. It's implemented in Java using Javalin for API, OkHttp for fetching, and jsoup for parsing. I'm experimenting w…
-
comment
Comment #46657445
That could be a lot of fun to play with, especially if it has PowerVM.
-
comment
Comment #46657359
Very cool! What compilers and interpreters are available? I know that rexx wasn't available at the time that the open source vm/370 was released. Has the community found a way to a…
-
comment
Comment #46646168
Interesting! I never imagined that would be a thing. Thought that zerks were only for grease.
-
comment
Comment #46438654
I made the clarification because the comment I replied to mentioned Android, iOS, and macOS. There are many who used Delphi before FMX appeared and I thought it would be helpful to…
-
comment
Comment #46434393
Yes, you can build cross-platform GUI apps with Delphi. However, that requires using Firemonkey (FMX). If you build a GUI app using VCL on Delphi, it's limited to Windows. If you b…
-
comment
Comment #46331188
"A lot of code can be pessimized by golfing instruction counts" Can you explain what this phrase means?
-
comment
Comment #46268350
Sounds nice! I could see where that could be simultaneously rewarding and frustrating. Best of luck to you.
-
comment
Comment #46254177
This was the first thought that occurred to me too when I saw this post.
-
comment
Comment #46236574
I would be more inclined to use it if it didn't have punctuation within the name.
-
comment
Comment #46224235
That only works for really small holes.
-
comment
Comment #46192918
I've been holding off on Zig because it hasn't reached 1.0 milestone, but I'm starting to think that it might be time to start digging in. Is Ziglings kept up with language changes…
-
comment
Comment #46140687
What I tried to say (perhaps not successfully) was that core Ceph knows nothing about S3. One gets S3 endpoint capability from the radosgw which is not a required component in a ce…
-
comment
Comment #46139663
"Ceph is fundamentally already RADOS at its core (fully compatible with S3 API.)" Yes, Ceph is RADOS at its core. However, RADOS != S3. Ceph provides an S3 compatible backend with …
-
comment
Comment #46136786
Ceph has multiple daemons that would need to be running: monitor, manager, OSD (1 per storage device), and RADOS Gateway (RGW). If you only had a single storage device it would sti…
-
comment
Comment #46136734
Ceph is awesome for software defined storage where you have multiple storage nodes and multiple storage devices on each. It's way too heavy and resource intensive for a single mach…