HN user

janniks

648 karma
Posts25
Comments22
View on HN
support.apple.com 3y ago

Hardware microphone disconnect (2021)

janniks
720pts396
news.ycombinator.com 3y ago

Ask HN: How Safe Are Password Managers on Compromised Devices

janniks
6pts1
news.ycombinator.com 4y ago

Ask HN: Safeties of Password Managers on Compromised Devices

janniks
2pts0
mmry.io 4y ago

The Second Coming of the Search Engine

janniks
2pts0
www.zdnet.com 4y ago

Europol turns cryptocurrency crimes into a game

janniks
2pts0
twitter.com 5y ago

Thoughts on the upcoming changes to shortcut mapping in macOS

janniks
1pts0
www.eff.org 5y ago

Washington State Has Sued a Patent Troll for Violating Consumer Protection Laws

janniks
3pts0
daringfireball.net 5y ago

In Russia, iPhone Apps Install You

janniks
1pts0
blog.twitter.com 5y ago

Open-Source Twitter Text Editor for iOS

janniks
2pts0
watchy.sqfmi.com 5y ago

Open-Source E-Paper Smartwatch Kit

janniks
2pts1
www.hodinkee.com 5y ago

The Eerie Beauty of the Apple Watch Solar Face, and the Anatomy of Nightfall

janniks
238pts79
www.swyx.io 5y ago

You're Allowed to Make Your Own Tools

janniks
3pts0
github.com 5y ago

Show HN: Vue-Notion – An unofficial Notion renderer

janniks
52pts5
www.macrumors.com 5y ago

Steve Wozniak Schematics for Prototype Apple II Computer Sell for $630k

janniks
2pts1
www.theverge.com 5y ago

Cloudflare and Apple made a new DNS protocol to protect your data from ISPs

janniks
81pts24
www.swyx.io 5y ago

Language Servers Are the New Frameworks

janniks
2pts0
www.cnbc.com 5y ago

AT&T Dismantles Time Warner to Battle Netflix: The Insider Story

janniks
2pts0
spline.design 5y ago

Spline: A design tool for 3D (Preview Release)

janniks
1pts0
github.com 5y ago

Git ignore: An interactive CLI written in Rust to generate .gitignore files

janniks
2pts1
github.com 5y ago

Show HN: An interactive CLI to generate .gitignore files (written in Rust)

janniks
1pts0
www.theverge.com 5y ago

US joins six countries in new call for backdoor encryption access

janniks
5pts0
meta.stackexchange.com 5y ago

Mixed Comments on the Stack Exchange $85M Series E

janniks
2pts0
en.wikipedia.org 6y ago

TIL about Umarells

janniks
3pts0
titlerun.xyz 6y ago

Show HN: TitleRun – The game that only exists in your title bar

janniks
245pts50
washyourlyrics.com 6y ago

Hand-washing infographic creator with you favorite lyrics

janniks
4pts0
Linux from Scratch 2 years ago

Is this still the best resource? Looking for something first principles, simple, dumbed down, stripping away the unnecessary.

I was recently trying to figure out whether the microphone is usable when using my notebook in clamshell-mode. Turns out Apple added a privacy/safety feature to all Apple silicon-based Mac notebooks and Intel-based Mac notebooks with the Apple T2 Security Chip. It will hardware disconnect the microphone when the lid is closed, based on the lid sensors.

Pretty cool safety feature!! Even though I'm sad I can't use my mic in clamshell mode

That‘s a very good question! I am not sure how easy it is to do in a agnostic way. If we want to utilize the static generation features and other framework features, it‘s necessary to use some framework specific components (e.g. Next and Nuxt both have their own version of the „link“ that allows for smarter page loading after an initial render. It might be possible to just replace these parts somehow and leave the rest agnostic. But I don‘t think that‘s an easy task and you might lose some features when switching to a „dangerous setting inner html“ approach that isn‘t very well optimized in the compilation steps of the frameworks. Btw, I love your content!

Today, I am happy to share the vue-notion library with you – it is now possible to use Notion as a CMS for Vue (e.g. a statically generated Nuxt blog).

Here is an example Notion page rendered in Vue: https://vue-notion.now.sh/basic-example

As Notion fans we always wanted to be able to use Notion as a CMS for Nuxt. React has had this for a bit. So, we decided to port the react-notion project to Vue and are introducing the same functionality to Vue!

I hope there are some Vue & Notion fans here, we would love to get some feedback on this new package!

Let us know what you think – Have a great day everybody!

Every time I start a new project/repository, I need a .gitignore file. And every time I missed something that had to be added later—often after unstashing/reverting, because of those pesky git add --all I love so dearly. Then came https://gitignore.io and made my life a lot easier. Sadly, not too long ago, Toptal decided to rebrand the site a bit (not too much, but we developers are purists). So, the next time I spun up a new repository, I started procrastinating. I no longer wanted to have to leave the terminal to setup a .gitignore file. And thus git-ignore was born. You can now utilize battle-tested ignore templates right from your terminal.