fun how this doesn't work on my firefox
HN user
ksdme9
How does this compare with gevent?
It must be pretty satisfying to be able to throw that kind of money at stuff you admire.
Is it just my setup or is the contrast so bad that I cannot read anything.
On a side note, thanks for wisp. I was looking for something like it so I could use it to quickly test the web builds of my tauri mobile app.
Someone contributed v7 already!
I checked for conflicts but didn't go all the way to check for games. What is that anyway?
I don't have a strict idea of "done" for ut. But, I am not keen on adding increasing complex things to it either. It's purpose is convenience not exhaustiveness.
Hey, yeah, fair concern. Some tools already have tests, but, I do plan on adding it to all of them.
You don't even have to go that far, `base64` is a coreutil (https://github.com/coreutils/coreutils/blob/ebfd80083b4fe4ae...).
The point of ut is not to replace or invent new tooling. It is meant to be a set of tools that are simple, self exploratory and work out of the box with sane defaults. So, essentially, something that you don't have to remember syntax for or go through help/man pages everytime you want to use it.
This looks cool, thanks!
It looks so much better than I expected. This is cool.
This looks awesome, thanks! The best thing about this imo is that I can remember the url instead of having to dig through pages to find the official pinout pdf.
I wanted to start using golinks in my workflow and I am a fan of the duckduckgo bangs. So, I built a Rust based web server that can act can act as your default search engine and handle bangs and go links for you.
It is configurable via a toml file.
Site doesn't load.
Application error: a server-side exception has occurred while loading www.illustration.app (see the server logs for more information).
Digest: 2002552852
Have not played around with it, but, curious, how does debugging on production work for a specific request/session? Can I filter by some sort if request trace id or something?
The whole twitch demo thing is genius and fun. Do printer companies usually not provide a first party apps or integrations?
Thanks for the kind words. I am so glad you found it useful.
Yup, wormhole and portal are better in most aspects. Beam is helpful when you have novel constraints like not being able to install arbitrary binaries, or if you have the need to transfer streams and not just files, or maybe even pub key based white-listing of access.
You don't have to interpret it in its strongest flavor. I meant more of inbound isolation when I said it.
Yup, you are right.
You can do this using a regular SSH server and some elbow grease. This is meant to be a simple setup and forget system that is relatively locked down and doesn't expose any more functionality than strictly necessary.
This is meant for cases when the machines are isolated, for example, when you attach to a remote container and want to download a file from it to your machine.
Thanks, makes sense. I'll update the readme.
From the readme,
Beam cannot support end-to-end encrypted buffers. While data is encrypted during transfer to and from the Beam host, it’s decrypted temporarily before being re-encrypted and forwarded. The host only holds a small buffer (typically 1 kB) of unencrypted data at any time and never stores the full stream. For extra security, you can encrypt your files or pipes before sending them through Beam.
With a little effort, beam is as trustable as any (if not more) of its alternatives. And, that extra effort is a result of the design goal of not having to force a binary installation.
Plus, you can always self host beam, it's not that complicated.
Beam lets you do what you described even when both the machines are isolated and not reachable from one another. All you need is ssh clients on both the machines.
It's ssh.beam.camp and is a public host that I run.
Is anyone here aware of beginner friendly learn-by-building style resources for getting into FPGA programming? Eventually, I would like to get to a point where I could build something like a DCPU-16 or maybe even an rv32mi core.
I have been using it to reword messages that are displayed in an UI. I write out the information that the message needs to convey and ask it to generate a simple and concise piece of text that does the job.
A month or so ago, I tried asking it some really specific questions about the Linux kernel and it did not generate anything useful. I assume it must have gotten a lot better now with the larger model.
Love the inventiveness.
My question is about the image distribution costs. All the memes on the site seem to be coming straight off an object storage, all that bandwidth consumption has got to add up(?). Some sort of a CDN might help depending on the search patterns.
nginx makes it really simple to setup a load balancer, it defaults to distributing requests equally between all upstream hosts but you can always assign weights to each of your server. https://docs.nginx.com/nginx/admin-guide/load-balancer/http-...