HN user

cyptus

463 karma
Posts71
Comments108
View on HN
github.com 4mo ago

Microsoft AutoRest Deprecation – July 1, 2026

cyptus
2pts0
teacher.desmos.com 1y ago

Marbleslide Challenge

cyptus
1pts0
www.apple.com 1y ago

Apple Intelligence expands to EU countries

cyptus
3pts1
msrc.microsoft.com 2y ago

CVE-2024-30078 windows remote code execution over WiFi driver

cyptus
6pts0
news.ycombinator.com 3y ago

Ask HN: Handle customer DB access in SaaS

cyptus
5pts11
www.medrxiv.org 5y ago

2% of SARS-CoV-2-positive individuals carry 90% of the virus circulating

cyptus
5pts0
github.com 5y ago

GitHub's CodeQL found critical RCE in German Covid app server

cyptus
1pts1
www.reddit.com 5y ago

Spotify now allowing to stream from Apple Watch apparently

cyptus
1pts0
www.cisecurity.org 6y ago

Multiple Arbitrary-Code-Execution Vulnerabilities in SAP

cyptus
4pts0
electrek.co 6y ago

Tesla “share car access” feature added

cyptus
1pts0
www.electronjs.org 6y ago

Electron v9 Released

cyptus
2pts0
windows-internals.com 6y ago

Printdemon Print Spooler Privilege Escalation CVE 2020-1048

cyptus
3pts0
blog.mozilla.org 6y ago

Firefox turns on DoH as default for US users

cyptus
235pts3
gitlab.gnome.org 6y ago

Gimp doesn't properly remove image data

cyptus
11pts1
blogs.windows.com 6y ago

Microsoft Edge DevTools Z-Index 3D View

cyptus
1pts2
www.theverge.com 6y ago

Valve discontinues Steam Controller after 5$ sell off

cyptus
4pts1
blogs.windows.com 6y ago

Edge Chromium Release on January 2020

cyptus
63pts79
www.microsoft.com 6y ago

Microsoft Surface Laptop 3

cyptus
3pts0
curia.europa.eu 6y ago

European Court of Justice: ALL cookies need opt-in

cyptus
2pts1
azure.microsoft.com 6y ago

Azure Available in Region Germany

cyptus
1pts0
www.thelocal.de 6y ago

German Police Busts Cyber Bunker Hosting Darknet Sites

cyptus
5pts0
www.microsoft.com 6y ago

Razer Blade Stealth Preorder with 10th Gen I7 Available

cyptus
2pts1
medium.com 6y ago

Builder Pattern Applied to Unit Testing (2017)

cyptus
2pts0
stackoverflow.com 6y ago

Chrome v76 Manifest V3 changes CORS Requests

cyptus
2pts1
card10.badge.events.ccc.de 6y ago

“cardio” badge CCC 2019

cyptus
4pts0
www.washingtonpost.com 6y ago

Deliveroo Stops Serving Germany

cyptus
8pts0
twitter.com 6y ago

GitHub Actions and Azure DevOps are using shared code

cyptus
1pts0
stackoverflow.com 6y ago

Singleton by Jon Skeet

cyptus
2pts0
news.ycombinator.com 6y ago

Ask HN: Why isn't domain squatting illegal?

cyptus
6pts11
news.ycombinator.com 6y ago

Ask HN: Modern (open-source) VoIP/SIP client

cyptus
3pts3
Claude Design 3 months ago

which makes the output of designers more cheep. which leads to an higher demand in sense of quantity and quality. which requires more designers.

Apple Business 4 months ago

some years ago i tried this setup for a german company with a special char in its name („ä“) and failed because Apple was not able to match it against DUNS. It took months of support to get it done.

ef core is great for simple queries and modification of your data while using the changetracker. You can use AsNoTracking/Projection to perform similar like dapper for queries. When using command query seperation you can also use dapper for queries and ef core for commands.

in many cases: no service health alerts, no status page updates and no confirmations from the support team in tickets. still we can confirm these issues from different customers accross europe. Mostly the issues are regional dependent.

AFD is down quite often regionally in Europe for our services. In 50%+ the cases they just don‘t report it anywhere, even if its for 2h+.

The idea is to replicate the weights of the network in the electronics. Somehow like our brains work? This way an analog input signal could lead to a neural network processed output signal without the digital emulation on an gpu. As this is very much simplified, the question is if this could work for modern llms?

isn’t a LLM itself basically a compression of the texts from the internet? you can download the model and decompress the (larger) content with compute power (lossy)

Testcontainers 2 years ago

how do you handle resetting a sql database after every integration test? Testcontainers may help here by spinning up a new instance for every test but that seems very slow