It appears Sonnet 3.5 is vulnerable to prompt injection (through picture) (picture 1)
whereas gpt (tested with 4o-latest) is not (picture 2)
A prompt injection is a type of cyberattack against large language models (LLMs). Hackers disguise malicious inputs as legitimate prompts, manipulating generative AI systems (GenAI) into leaking sensitive data, spreading misinformation, or worse. (see picture 3)
- IBM
- 2407.18981v1
- Multi-modal prompt injection
whereas gpt (tested with 4o-latest) is not (picture 2)
A prompt injection is a type of cyberattack against large language models (LLMs). Hackers disguise malicious inputs as legitimate prompts, manipulating generative AI systems (GenAI) into leaking sensitive data, spreading misinformation, or worse. (see picture 3)
- IBM
- 2407.18981v1
- Multi-modal prompt injection
Do It by Code
It appears Sonnet 3.5 is vulnerable to prompt injection (through picture) (picture 1) whereas gpt (tested with 4o-latest) is not (picture 2) A prompt injection is a type of cyberattack against large language models (LLMs). Hackers disguise malicious inputs…
Please open Telegram to view this post
VIEW IN TELEGRAM
Polars
Dataframes powered by a multithreaded, vectorized query engine, written in Rust; supports python and SQL query.
GitHub: https://github.com/pola-rs/polars
Docs: https://docs.pola.rs/
Inline SQL support:
(cli repository)
Dataframes powered by a multithreaded, vectorized query engine, written in Rust; supports python and SQL query.
GitHub: https://github.com/pola-rs/polars
Docs: https://docs.pola.rs/
Inline SQL support:
polars -c "SELECT species, AVG(sepal_length) AS avg_sepal_length, AVG(sepal_width) AS avg_sepal_width FROM read_csv('docs/assets/data/iris.csv') GROUP BY species;"(cli repository)
Snowdrop OS – a homebrew operating system from scratch, in assembly language
Article
If you are interested in building an operating system from scratch (with assembly), you can take a look at this.
Source code
Article
If you are interested in building an operating system from scratch (with assembly), you can take a look at this.
Source code
Do It by Code
DeepSeek-R1 A competitor to gpt-o1 with MIT license https://github.com/deepseek-ai/DeepSeek-R1 #llm
Chinese DeepSeek AI temporarily limits new user registrations due to "large-scale malicious attacks" on its services
it looks like western guys are coping a little bit too hard (I don't really know tho, I'm just guessing)
it looks like western guys are coping a little bit too hard (I don't really know tho, I'm just guessing)
https://vxtwitter.com/ggerganov/status/1883888097185927311
A PR to prove DeepSeek-R1 is good at optimizing code.
Pull Request
A PR to prove DeepSeek-R1 is good at optimizing code.
Pull Request
Do It by Code
DeepSeek-R1 A competitor to gpt-o1 with MIT license https://github.com/deepseek-ai/DeepSeek-R1 #llm
DeepSeek published a new product:
Janus-Series: Unified Multimodal Understanding and Generation Models
capable of generating images; can do image -> text and text -> image
This new model beats OpenAI's DALL-E 3 and Stable Diffusion across GenEval and DPG-Bench benchmarks.
https://github.com/deepseek-ai/Janus
https://huggingface.co/deepseek-ai/Janus-Pro-7B
Janus-Series: Unified Multimodal Understanding and Generation Models
capable of generating images; can do image -> text and text -> image
This new model beats OpenAI's DALL-E 3 and Stable Diffusion across GenEval and DPG-Bench benchmarks.
https://github.com/deepseek-ai/Janus
https://huggingface.co/deepseek-ai/Janus-Pro-7B
The Forbidden Way Of Making a Game
YouTube video
ShaderEditor 3D game (the source code)
ShaderEditor Dithering shader
Shader Editor app (on google play)
YouTube video
ShaderEditor 3D game (the source code)
ShaderEditor Dithering shader
Shader Editor app (on google play)
Show HN: Perforator – cluster-wide profiling tool for large data centers
Article, Comments
#cpp #go #python
Article, Comments
#cpp #go #python
GitHub
GitHub - yandex/perforator: Perforator is a cluster-wide continuous profiling tool designed for large data centers
Perforator is a cluster-wide continuous profiling tool designed for large data centers - yandex/perforator
Discord Messenger is a free Discord-compatible messaging client that works on almost 30 years of Windows.
Works on windows 98 now, and win 95 with some patches to the OS
http://github.com/DiscordMessenger/dm
#cpp #discord
Works on windows 98 now, and win 95 with some patches to the OS
http://github.com/DiscordMessenger/dm
#cpp #discord
GitHub
GitHub - DiscordMessenger/dm: Discord Messenger is a free Discord-compatible messaging client that works on 30 years of Windows…
Discord Messenger is a free Discord-compatible messaging client that works on 30 years of Windows versions. - DiscordMessenger/dm
Clippy by FireCube (Not by Microsoft) brings back the infamous Clippit into your desktop powered by the OpenAI GPT 3.5 model (OpenAI key required as of this version).
Clippy can be pinned to the screen for quick access to chat or just be left for nostalgia.
https://github.com/FireCubeStudios/Clippy
#csharp #windows