Just yesterday it occurred to me that it had been a while since I last saw an SQLite post at the top of HN.
I really like the simplicity and speed of SQLite, I've used in both personal and professional projects. For day-to-day work I still end up in Excel, not because I like it more (I don't), but because its ubiquity makes it the lowest friction way to share & explore datasets with less technical stakeholders and execs.
I noticed that, too. Technically I think this is a version of JS conversion. Interesting that he doesn't specifically mention XOR in the article. He does suggest combining methods though. I suspect this is effective.
Agree that most leave something to be desired. TC Electronic polytune is great and I also use the pedal to mute my signal. I'm surprised to say this, but my favorite tuner is the one in the L6 Helix.
I agree with the majority of your comment. I haven't yet found a use case to justify running this myself. I did find one use case that impressed me though. There's an OpenClaw agent that's actively answering questions on the #help channel of their Discord server[1]. So I asked it a question as I was getting started. It answered in < 2 mins with a detailed explanation of my issue, how to fix it, and asked relevant questions to guide me. The answer was better than I received from Claude or Gemini. I'm still not sure if I personally need OpenClaw, but the Krill bot offers pretty great support. I would be curious to know what it costs them to provide this.
Awesome to see a project deal with prompt injection. Using a WASM is clever. How does this ensure that tools adhere to capability-based permissions without breaking the sandbox?
I know very little about cybersecurity, but my understand of TOR is that a node host wouldn't be able to offer much about the traffic coming across their server(s). The packages are encrypted and there is no entry or destination info, so he may be able to say how much traffic was coming across, but what else could he possibly know? Info on other nodes?
I like the NotebookLM podcasting feature, have used it a few times to come up to speed. There's one quirk of the dialogue that I find annoying though, the two speakers finish one another's sentences. At first I thought that was a nice touch, but it happens often enough that it became distracting. I should experiment with the prompt to limit how often it happens.
I'm usually skeptical of this type of content, but this seems useful.
I accidentally did something similar, which has been very instructive. I play guitar as a hobby, and aspire to able to play improvisationally. I've struggled with this and at one point had all but given up. I realized the silliness of giving up because I can't do it now, and wondered is it possible for me to do this in 10 years? And if so, what can I practice today to be a better player next month?
This has worked. I'm less than a year into this and I'm already a better player. I'm more disciplined in my practice, I'm enjoying it more-and therefore more motivated to stick with it. When I sit in with a band I feel more prepared and am slowly getting comfortable experimenting.
I still have a lot of work to do, and I'm more eager than ever to do it. I've been wondering what other areas of my life would benefit from this attention.
I wondered the same, but apparently not. Excerpt from their About page[1].
> IMSLP, also known as the International Music Score Library Project or Petrucci Music Library, was started in 2006. The logo on the main page is a capital letter A. It was taken from the beginning of the very first printed book of music, the Harmonice Musices Odhecaton. It was published in Venice in 1501 by Ottaviano Petrucci, the library's namesake.
I just learned about this engine. It's different because instead of a camshaft its valves are operated by pneumatic actuators. This detail makes it possible to switch between 2 and 4 stroke cycles depending on engine RPMs and load. The engine's controller can adjust valve timing to maximize performance, minimize fuel consumption or regulate emissions. The model that Koenigsegg is working on will be a 2L inline-3 capable of producing 300 HP (220kW) naturally aspirated. Pretty impressive.
> Shouldn't their support care about the customer's personal info being shared with you?
I agree. The company is pretty large and has a support team. I'm guessing here but I think I'm a challenge for them because I'm not a client. They don't have a defined process for how to field my question.
> show up there looking for MyName and tell him/her about all the info you have on them...
The events are in another state (I'm in US), I'm not going to travel to chat up the individual. I have looked through the info to see if there's a way to contact them directly, its not a straightforward path. Thanks for your suggestion.
I like the certified letter approach, I'll check into this. I've considered getting an attorney involved but that could get expensive quick. Thanks for your suggestions.
Agree. I've completed data pipelines for several projects and have found that the cleanest, and often fastest solution is to use SQL to structure the data as needed. This is anecdotal and I'm not an expert with SQL, but I haven't come across a situation where R or Pandas dataframes worked better than a well written query for data manipulation. This has the benefit of simplifying collaboration across teams because within my company not everyone uses the same toolset for analysis, but we all have access to the same database. Other tools are better suited to analysis or expansion of the data with input from other sources, but within our own data SQL wins.
I really like the simplicity and speed of SQLite, I've used in both personal and professional projects. For day-to-day work I still end up in Excel, not because I like it more (I don't), but because its ubiquity makes it the lowest friction way to share & explore datasets with less technical stakeholders and execs.