Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
szvsw
searching PlanetScale…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
31.
▲
by
szvsw
2y ago
Sounds great! I think I’ve actually stumbled across info-Beamer before. We use pretty much the exact same approach in re: configurable zip deployment for BrightSigns. It would be great to chat some time! I’ll shoot you an email.
32.
▲
by
szvsw
2y ago
If you have fixed media (as opposed to realtime dynamically generated or streamed etc) this trick can go a very long way - or even if it is generative, if the time is used to drive the animation. It just requires good clock sync, like you s
33.
▲
by
szvsw
2y ago
The deprecation of OMXPlayer has been problematic for one, since I rely on some custom applications which need to be able to have some fairly precise/low latency requirements between when you tell it to start playing vs when the playba
34.
▲
by
szvsw
2y ago
I entirely work with museums, where there are lots and lots of considerations in re: rendering device. The considerations for eg a commercial display are a little different, but I don’t have experience with working with those sorts of clien
35.
▲
by
szvsw
2y ago
Reliability is a big part of it - but they are not really all that expensive for what you get IMO, especially in an enterprise context. A BrightSign is effectively a very sandboxed Linux box (you can SSH into them!) which has extremely reli
36.
▲
by
szvsw
2y ago
Congrats on delivering this fun project! I do a lot of work with synchronizing media content across devices so it’s always fun to see the solutions people come up with. You probably came across them in your research, but the industry standa
37.
▲
by
szvsw
2y ago
Yeah, that makes sense. We are lucky in that we get to deploy our code to the devices. It’s not really “embedded” in the sense most people use as these are essentially sandboxed Linux devices that only run applications written in a programm
38.
▲
by
szvsw
2y ago
I run a small SaaS side hustle where the core value proposition of the product - at least what got us our first customers, even if they did not realize what was happening under the hood - is, essentially, an implementation of NTP running ov
39.
▲
by
szvsw
2y ago
Supabase consistently puts out such fantastic bite-sized gems - and for me some of my favorites have been related to PostGIS - whether it’s about serving tiles directly, or this (ab)use of functionality typically used in a PG geospatial con
40.
▲
by
szvsw
2y ago
Even if projects use BIM internally it’s still completely possible that the final deliverables are all PDFs/drawings/etc generated from BIM/internal models for contractual/liability reasons etc.
41.
▲
by
szvsw
2y ago
It seems like, with sufficient users entering data (including previous sales/purchases if desired), you could begin to train models to take into account local/regional factors etc. do you have any long term plans to collect user d
42.
▲
by
szvsw
2y ago
> your program is discontinuous Not sure I follow your usage of discontinuous: clearly the load inputs are continuous variables (albeit discretely sampled in time and magnitude, but I don’t see the significance of either of those samplin
43.
▲
by
szvsw
2y ago
> When do we not adapt and learn? When we ignore our inputs and do nothing with it (don’t store it, don’t retrieve it). In the example I mentioned, the program clearly is taking inputs (load), storing them, querying for previous values t
44.
▲
by
szvsw
2y ago
How do you define adaptation and learning? What about say, an autoscaler which is programmed to just track the the load for every hour over the last week, and use the average of the last 7 days at 8am to pre-emptively auto-scale? Is that le
45.
▲
by
szvsw
2y ago
Any matrix multiplication can be trivially unwrapped into a bunch of for loops with basic arithmetic. In fact, that is exactly what any GPU kernel ultimately does in some sense. What differentiates a “traditional computer program” from a si
46.
▲
by
szvsw
2y ago
Yeah, wouldn’t P(success) = 0.2 be pretty fantastic for any highly experimental/speculative/moonshot research entity?
47.
▲
by
szvsw
2y ago
Looked up some papers, and seemingly super low compared to what I would have initially guessed - probably because it’s porous/fluffy/sharp dust with lots of small voids/less compacted I’m guessing. Like, orders of magnitude l
48.
▲
by
szvsw
2y ago
You have to worry about changing the ground temperature even on earth FYI. When designing district heating/cooling systems with borehole fields, one of the things that you check for is to make sure that you don’t inject too much heat (
49.
▲
by
szvsw
2y ago
Yes, I think along similar lines there… but on the other hand, brands need not reflect underlying truths about reality, and in fact often do not. Suppose two years from now, it is revealed by a whistleblower that they were part of a special
50.
▲
by
szvsw
2y ago
Thank you for the really great response! It answered my main question: > The craziness is in the architecture that provides cryptographic proof to clients that the server they’re connecting to is running an audited binary and running on
51.
▲
by
szvsw
2y ago
<<<security is not my domain, asking genuine questions!!>>> At the end of the day, it ultimately still boils down to trust though, yes? Trust that they are running the data centers the way they say they are, trust that the
52.
▲
by
szvsw
2y ago
One of the most brilliant pieces of production design (in my opinion) is the choice to make paper octagonal via trimmed corners in the BSG universe. Such a wonderful way of communicating that the world is other, or ours but through some str
53.
▲
by
szvsw
2y ago
In the modular synth/music world, this is sometimes referred to as GAS… gear acquisition syndrome. As always, it’s not the tool, it’s how you use it… and as always, being creative is always hard, and the challenge is (usually) within y
54.
▲
by
szvsw
2y ago
> so residual error derivatives in a sense? Yep, loss = residuals*2 + lambda*sum(|a_i|), and we take the gradient of that with respect to the a_i to guide our gradient descent steps.
55.
▲
by
szvsw
2y ago
Not quite - see my response for to GP for what I was describing.
56.
▲
by
szvsw
2y ago
Not quite, though very related and I believe both should end up with essentially the same result. Matching pursuit is essentially a greedy algorithm, if I recall correctly - please do correct me if I am wrong, where you conceptually find th
57.
▲
by
szvsw
2y ago
There’s a few very cool examples where someone recently used RL to solve trackmania, and ends up having to add all sorts of constraints/penalties to prevent extremely strange exploits/glitches that are discovered IIRC… been a whil
58.
▲
by
szvsw
2y ago
As someone who stopped torrenting around 2015 or maybe 2016, what happened to uTorrent? Also RIP what.cd, I still am sad that it is gone.
59.
▲
by
szvsw
2y ago
The first time I used L1 regularization to recover a sparsely sampled signal’s DCT coefficients my mind was blown. If you’ve never tried it out, you should, it’s pretty crazy! The power of priors and choosing the appropriate inductive bias…
60.
▲
by
szvsw
2y ago
Related article I’m enjoying for more context on interaction nets: https://wiki.xxiivv.com/site/interaction_nets.html
More ›