Viewing profile — acmecorps
acmecorps
HN member- Joined
- Sat, May 09, 2009, 9:03 AM UTC
- HN karma
- 125
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About acmecorps
No profile information was provided.
Recent public activity
-
comment
Comment #48466942
would you mind sharing your *.md files, for someone who is new at this?
-
comment
Comment #47532619
Just a tangent, interesting that you brought up Blippi. Any issues that you have with Blippi if you don't mind me asking? :D
-
comment
Comment #41975687
We have worked with flutter since 2019; having built internal apps for our staff, public apps for our customers, small utility apps etc- this has been our experience as well. Not o…
-
comment
Comment #40996511
Sorry, I'm new to Tailscale, but I do setup and use WireGuard. What does Tailscale offers that WireGuard doesn't if I might ask?
-
comment
Comment #37297530
Tried to check it out, but I got "Signups are currently disabled" :(
-
comment
Comment #36327853
Also discord stuff are not searchable publicly. The experience is completely different, it's not even comparable.
-
comment
Comment #33971260
I love Ruby, but I always wonder if performance will be an issue if there're many things happening on screen especially on mobile. Does anyone has any experience?
-
comment
Comment #31821635
I'm new to this whole thing. Can u point me on how I don't depend 100% on CF, if its DNS is down? Is there such a service? (kinda like load balancing, but with DNS?)
-
comment
Comment #31721906
You’re not alone. I’ve been migrating my tables to use uuid instead of integers and have been using uuid whenever I have new tables, unless I have very good reason not to. Experien…
-
story
GitHub Actions Is Down
Looks like major outages for GA. https://www.githubstatus.com/
-
comment
Comment #31254574
+1 for TablePlus! I absolutely love them for the fast editing as well as quick and dirty filters. Beats typing SQL for simple stuff. These quality of life features are really under…
-
comment
Comment #30658337
Interesting. I’m a rails developer, and to me one of the core strength of rails is active record (altho some might disagree). How would you compare it with rails active record, and…
-
comment
Comment #28855705
I don't know; I might be old, but for a lot of _websites_, jQuery is absolutely perfect. I love jQuery for its simplicity :)
-
comment
Comment #28816216
Running it in a remote VM somewhere on the cloud you mean?
-
comment
Comment #28576100
Not to be confused with Mina: blazing fast application deployment tool ( https://github.com/mina-deploy/mina )
-
comment
Comment #28043817
I'd like to underpromise, but overdeliver - that's my motto!
-
comment
Comment #27830824
What apt timing. I'm trying to do the same thing with Ruby; anyone knows a good Ruby gem dealing with Excel?
-
comment
Comment #27547109
Not OP, but I think it was a bit of tongue in cheek comment (I might be wrong tho) ;)
-
comment
Comment #27543113
Is that really THE Julian Assange?
-
comment
Comment #27458551
I might be missing something; is the book free online..? Or, is there content that's paid only?
-
comment
Comment #27089077
Congrats on being on the HN homepage! :). I’m wondering tho - does this check if a website that claims to be selling something online is a scam or not?
- story
-
comment
Comment #27004309
Noob question: does this supports offline syncing like firestore?
-
comment
Comment #26688722
I used to do complex email validations (like regexes etc), but have avoided using them for a long time. Currently, my email validations are 3 steps: 1. Using the 2. Checking if "@"…
-
comment
Comment #26552778
I’m very interested in migrating a production rails apps to crystal / lucky. Was your previous exp using rails?