Awesome...! Thanks for sharing!
HN user
lfconsult
https://github.com/TeddyBear06
Awesome! Another nice gift for the open source community. I'll try it out soon.
Great, thanks for sharing!
Does ChatGPT integrates basics known encoders/decoders aside from LLM (if not, I thought that it was the case)?
Base64 is about encoding not hashing... So decoding it is... natural. The point here is that it's integrated inside ChatGPT? It seems to me that it's an "obvious" "feature" kind of.
Exact, it's not what I'm looking for but it's interesting anyway, thank you for your answer and the links.
It's a bit weird but I'm using a langage (for a specific project) where prepared statements aren't available (except if you pay or use a specific DBMS, I can't do both because the client won't pay and I need SQLServer).
My initial idea was to use a DLL from PDO (I'm developping on a Windows env) or whatever known piece of code that is trustable in order to sanitize user inputs (of course we do it client side but user is devil :-)) before sending it to SQLServer.
After all answers and my researches, I think that I'll use a tiers piece of code to escape queries (probably a C# program using SQLCommand).
Thanks all.
If anybody knows exactly how SQLServer is handling SQL Statements, please let us know.
Thank you for your answer.
It makes sense.
I didn't catch the "client side" part as you do, thanks for the explanation.
Side note: The result of sqlite3_expanded_sql() is a pointer to the string containing the SQL statement with bound parametrer(s):
"The string returned by sqlite3_expanded_sql(P) [...] is obtained from sqlite3_malloc() [...]"
From SQLite documentation: https://www.sqlite.org/c3ref/expanded_sql.html
Thank you for your answer.
Thank you for your answer.
I'm still wondering why it's not available for SQLServer (because there are use cases for this feature).
It is "just" a matter of driver interface (I mean the piece of code that implement ODBC API) that "just" do not give this feature or it's letteraly not possible with SQLServer?
Wonderful... Thanks for sharing.
Well, I'm not supporting this. Our society try to ban everything. I believe education is better than repression. Ok, it takes time but it worth it.
I really do love this project . Using it in production for testing purposes. Great job guys.
I use it on daily basis. Wonderful tool. Supports attachements. A must have.
Right.
Wonderful project.
Does anybody knows something about source code release (as stated in the GitHub repo)?
https://github.com/multiplie-fr/minimit
Edit: They are working on a v1.1 and they want to release it soon. Keep following the repo.
Incredible story.
Great news! Congratulations for open sourcing it! Hope the best for the future.
Edit: I'm a happy user ;-)
Fixed.
Fixed.
You're right. Thanks for sharing the link to your full-text search helper, really neat.
Really interesting toughts, thanks for sharing. You're right, around me anybody has left Facebook except me. Do I feel worse about that, not at all.
Probably due the YouTube cookies consent page.
I opened an issue:
https://github.com/NotJoeMartinez/yt-fts/issues/1
Hope it helps.
This tool itself does works great.
This behavior is due to the YouTube cookies consent page.
I opened an issue about this specific issue: https://github.com/NotJoeMartinez/yt-fts/issues/1
Glad if you want to help.
Just leave thoose platforms (Facebook, Twitter, etc...). Really... If no users, no ads, no money then the platform disappear... And voilà! If a trusted and trustfull post from Adafruit is not allowed to be public, imagine what can be "censored" too.
Since today, the Spotify sleep timer is not available anymore on Android app.
Nice move from Laravel, but the fact that it's a contest with only one winner (if I'm not mistaken) doesn't motivate me enough to spend time on it... Thanks for sharing anyway, Laravel rocks.
Hi HN, Just wanted to share a simple - yet useful - tool. It's able to decode a WiFi QR code and copy its password directly in your clipboard. Usefull when you need to connect à new network and you've a WiFi QR code under your hands. Just show the QR code in front of your webcam (required obviously) and the tool decode it for you. The tool is open source so build your version if you does not trust mine :-) Edit: It also respect your privacy as no data is sent anywhere and nothing is recorded, decoding is done "on the fly".
Got exactly the same content schema.
Yes, just happened this morning... First, I received a GitHub notification without tag (I even didn't know how is it possible) then I was tagged in a comment to a README "I’m completely nak*d Wanna see the photo" plus a link (obviously)...
Edit: It's in the "Discussions" GitHub tab.
Edit: Got a GH response:
"Our review of the account(s) and/or content named in your report has concluded. We have determined that one or more violations of GitHub’s Terms of Service have occurred and have taken appropriate action in response."
Wonderful piece of work. Clear and fast. Didn't know pirateweather before. Thanks for sharing.