Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mainguy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
mainguy
5mo ago
Ironically, people keep saying this, but then gloss over the core problem of coordinated between these agents... For completely independent codebases with no dependencies, sure thing right on...go for it. But the vast majority of F500 com
2.
▲
by
mainguy
8mo ago
IDK, at many large orgs...there are developers that essentially communicate through "tickets" and "their lead"... and Def never talk to "business" people or customers. It's not very rare if you get a larg
3.
▲
by
mainguy
2y ago
I think the problem with C (well my problem) was the *& characters all over the place. I think because I spent too much time with pascal where (in my opinion) the pointer syntax is more symmetric.
4.
▲
by
mainguy
2y ago
I don't think that's an exact analogy....maybe if you're using react in some oddball/low skill way. Flash (and ...javafx/applets/whatever the id equivalent was...I can't remember) were 1000x more bumpy th
5.
▲
by
mainguy
2y ago
I was going to say the same, I have a webxr (virtual reality) site that has a few react components on it, plus a few vanilla javascript libraries in the main page template.
6.
▲
by
mainguy
2y ago
Umm, how is it a one way street? Just add a <script> tag and implement what you need... I'm not 100% convinced that using react from jump street "Just in case we need something in the future" is a great idea. That ha
7.
▲
by
mainguy
2y ago
User of Couchdb for similar use case...been keeping up to date on a parallel branch of my solution using fireproof instead of couch. Still early, but great potential...stumbled onto fireproof because I was about to write an adapter for cou
8.
▲
by
mainguy
2y ago
I noticed planned maintenance in Duesseldorf, wonder if someone accidentally "flipped the wrong switch"?
9.
▲
by
mainguy
2y ago
Hmmm, suspicious that right after this cloudflare dashboard goes down. Sorta feels a bit like when AWS east cost took a hit and random other things stopped working (because they or things they depend on were running on same infrastructure)
10.
▲
by
mainguy
2y ago
We beat their status page by 10 minutes and downdetector by 5 minutes.
11.
▲
by
mainguy
2y ago
Well I was in middle of DNS change and the "remove" was completed when it went down....I guess I need to start to get a little more diligent about "what will happen if second part of operation can't be completed :o ?&quo
12.
▲
Cloudflare Dashboard Down?
(dash.cloudflare.com)
7 points
by
mainguy
2y ago
|
12 comments
13.
▲
by
mainguy
2y ago
Hmmm, now my DNS is horked and I can't fix it :o
14.
▲
by
mainguy
2y ago
Note, just saw big traffic spike and realized there's no way to give feedback in the tool (sad trombone).
15.
▲
Show HN: Immersive VR Digramming Tool
(deepdiagram.com)
1 points
by
mainguy
2y ago
|
1 comments
16.
▲
by
mainguy
3y ago
Yeah, docs say last write wins (at the field level though, not the document level).
17.
▲
by
mainguy
3y ago
I don't 100% know in the case of triplit, but pouchdb does what you describe for "free" (i.e. you don't need to code it). firebase uses a websocket, pouch uses (I believe) long polling.
18.
▲
by
mainguy
3y ago
Interesting take, I just switched from firebase realtime to pouchdb. I was getting concerned about firebase "local first" not really working how I expected and pouch fit the bill nicely. I like the idea of field level sync and w
19.
▲
by
mainguy
4y ago
I wonder about this myself (sorry don't have a strong opinion)...but today we're so connected and I constantly wonder "if a tree falls in the woods and nobody tweets about it, did it actually happen?"
20.
▲
by
mainguy
4y ago
ROTFL...
21.
▲
by
mainguy
4y ago
For the non technical-ish... Have a drink every time I say "uh"...
22.
▲
by
mainguy
4y ago
Or as I like to say "Oh, you have a big ball of mud in your monolith because of poor design and want to move to micro-services?"..."now you have n^n big balls of mud" Poor design is poor design, adding more complexity j
23.
▲
by
mainguy
4y ago
8 minute overview of deployment compared to release and why you need to treat them differently.
24.
▲
by
mainguy
4y ago
Yeah, I mean at the end of the day if you really need extreme performance and/or offline capabilities (beyond what PWA can give) mobile is really the only way to go IMHO.
25.
▲
by
mainguy
4y ago
I maybe sidestepped the issue (because I use esm imports in my project)...I'm not sure if it's because i'm using webpack or if I'm misunderstanding the issue you're talking about.
26.
▲
A-Frame, build immersive VR/AR on web using HTML/JavaScript
(aframe.io)
2 points
by
mainguy
4y ago
|
4 comments
27.
▲
by
mainguy
4y ago
A-frame has been around a while, but I see the future of immersive experiences diverging much like mobile/mobile web. Native will always have a place, but web is the future.
28.
▲
Difference between source code and environments for non-tech people
(mikemainguy.blogspot.com)
2 points
by
mainguy
6y ago
|
0 comments
29.
▲
by
mainguy
6y ago
I think OP is coming from a different perspective than I (corporate bespoke solution builder) do. When I say "reproducible build" I mean a build that is the same on any machine (i.e. no special magic necessary to build a "of
30.
▲
by
mainguy
6y ago
Well, looks like it's been resolved.
More ›