HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mainguy

no profile record

Submissions

Cloudflare Dashboard Down?

dash.cloudflare.com
7 points·by mainguy·2 yıl önce·12 comments

Show HN: Immersive VR Digramming Tool

deepdiagram.com
1 points·by mainguy·2 yıl önce·1 comments

[untitled]

1 points·by mainguy·3 yıl önce·0 comments

[untitled]

1 points·by mainguy·3 yıl önce·0 comments

[untitled]

1 points·by mainguy·3 yıl önce·0 comments

[untitled]

1 points·by mainguy·4 yıl önce·0 comments

A-Frame, build immersive VR/AR on web using HTML/JavaScript

aframe.io
2 points·by mainguy·4 yıl önce·4 comments

[untitled]

1 points·by mainguy·4 yıl önce·0 comments

[untitled]

1 points·by mainguy·4 yıl önce·0 comments

comments

mainguy
·3 ay önce·discuss
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 companies I work with have wild and undocumented dependencies between almost every system that will take years to "agentify" (assuming they ever figure out that it's an organization and governance problem.... which they might not ever realize)
mainguy
·6 ay önce·discuss
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 large enough org.
mainguy
·2 yıl önce·discuss
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.
mainguy
·2 yıl önce·discuss
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 than react.
mainguy
·2 yıl önce·discuss
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.
mainguy
·2 yıl önce·discuss
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 having been said, I'm not sure I've built a completely static html page in the last decade.... So I often start with react/angular.
mainguy
·2 yıl önce·discuss
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 couch (well Pouch actually, but same same) to replicate in a similar manner to fireproof.
mainguy
·2 yıl önce·discuss
I noticed planned maintenance in Duesseldorf, wonder if someone accidentally "flipped the wrong switch"?
mainguy
·2 yıl önce·discuss
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)
mainguy
·2 yıl önce·discuss
We beat their status page by 10 minutes and downdetector by 5 minutes.
mainguy
·2 yıl önce·discuss
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 ?"
mainguy
·2 yıl önce·discuss
Hmmm, now my DNS is horked and I can't fix it :o
mainguy
·2 yıl önce·discuss
Note, just saw big traffic spike and realized there's no way to give feedback in the tool (sad trombone).
mainguy
·3 yıl önce·discuss
Yeah, docs say last write wins (at the field level though, not the document level).
mainguy
·3 yıl önce·discuss
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.
mainguy
·3 yıl önce·discuss
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 wonder if triplit would be faster than pouch.
mainguy
·3 yıl önce·discuss
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?"
mainguy
·3 yıl önce·discuss
ROTFL...
mainguy
·3 yıl önce·discuss
For the non technical-ish... Have a drink every time I say "uh"...
mainguy
·4 yıl önce·discuss
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 just makes it a more complicated poor design.