Uh, I assumed that was a minimum viable product requirement.
Uh, I assumed that was a minimum viable product requirement.
OpenVPN server was my number 1. Being able to VPN back into my home from anywhere in the world was amazing. I can’t really remember any other, since it was more than a few years ago.
Yes, I was shocked at how small it is. I had no experience working with such limited resources going into this project. Our router had 32MB of storage. At one point I was looked into adding a python interpreter, and it was like 11MB. The Lua interpreter is like 250KB. Tiny!
Also, the ternary operator has the best syntax of any language I have ever used.
x = [condition] and [true value] or [false value]
No question marks or colons or anything weird. It’s a logical extension of &&
and ||
after commands in bash using keywords since it is a verbose language. I wish every language had this syntax.
For contrast, python is:
x = [true value] if [condition] else [false value]
It just seems weird to me to have the condition in the middle.
The web UI backend stuff is all done in Lua. So receiving and processing forms was all Lua. My main feature that I implemented was a REST API that was called from another product that my company sold. So I had to do all the REST API processing and data validation and whatnot in Lua.
I don’t really have recommendations, because I really only knew our product. If I knew what I get, I probably would have got that instead of the Asus router that I ended up with when I had to return my work materials.
I was the lead engineer on an Openwrt router for 2 years at my old job. Their documentation is complete and utter shit, but their design is extremely intuitive. Whenever I said to myself, “hell, let’s just try this and see if it works,” it had an insanely high success rate.
I didn’t know Lua going into this project, but when I left the company, it made me really wonder why more people don’t use Lua. It’s a really nice language.
I really enjoyed having my own open source router that I could just drop new features into by adding packages and recompiling. I was sad when I had to send all my dev units back.
In my friend circles, the passenger was responsible for playing for the driver.
I live in NA, and I have one. Most tea drinkers that I know have them, too. I don’t know how I could live without one.
But I guess tea isn’t as ubiquitous here. That’s probably why people don’t have kettles. They wouldn’t use them enough to be worth the counter space.
Not sure how exactly that would work. Do you have any ideas? Is there a free translation API that could be used?
So if I’m understanding correctly, if I created a Sublinks account, theoretically I would see all the same content, and I could use the same app, but it would be more optimized and have some additional features (on the web UI or if the app implemented those features)?
Congrats! I had that happen a few years ago, and it is a great feeling. Cherish it! You have worked hard and earned this!
Ironically, I have had some really bad French toast in my day. Like, so bad I hated anything with cinnamon on it for years. For decades, the smell of French toast made me want to vomit. I couldn’t even go to breakfast joints that served it.
Yes, I intentionally didn’t want to provide too many details, as I thought it would just be confusing for someone who doesn’t already have a lot of background knowledge on the subject.
But specifically, I was talking about command line programs and ending them with Ctrl-C
I didn’t mean the programs were in danger. When this is done to some programs, it can cause bad things to happen to your computer.
You haven’t thought of the smell, you bitch!
I was a kid when the prequels came out. I remember the hate for them, but most of my friends that were my age all loved them, as did I.
I think people tend to like what they grew up with and dislike what comes out when they are older.
You can see this pattern in Pokemon games as well. I grew up with gen 2 and gen 3. When gen 4 came out, it seemed like everyone hated it. Same with gen 5. But now most people act like gen 5 was the last good one.
It can be really dangerous for some programs. I don’t know too much about Windows, but in Linux, if we try to close a program once, it sends SIGTERM (or SIGINT, I can’t remember right now), which basically asks your program to stop. You program can receive that signal and finish things up and exit cleanly. But if your program is deadlocked and can’t handle that right now, closing the program again sends it a SIGKILL, which is basically the OS saying, “Get fucked. You’re done whether you like it or not.”
Thank you! I’ll give this another try this weekend!
What lists do you have? They pretty much all came up for me. I tried it again with ublock origin to compare, but none showed up with ublock origin.
I remember being upset about the exact same thing when 4G first launched.