HN user

vanous

813 karma

serial HN lurker

Posts31
Comments338
View on HN
blog.pyodide.org 1y ago

Pyodide 0.27 Release

vanous
4pts1
github.com 2y ago

Fossify – Open-source fork of Simple Mobile Tools

vanous
225pts47
addons.thunderbird.net 2y ago

Nostalgy++ shortcuts manager to move/copy/archive messages in Thunderbird

vanous
3pts1
news.ycombinator.com 3y ago

Ask HN: Where are the PyCon US 2023 online talks?

vanous
1pts0
tauri.app 3y ago

Create-tauri-app Version 3 Released

vanous
1pts0
talkpython.fm 3y ago

MicroPython's WebAssembly based kernel for PyScript

vanous
2pts1
catima.app 3y ago

A Loyalty Card and Ticket Manager for Android

vanous
2pts1
gadgetbridge.org 3y ago

Gadgetbridge is an Android application for your smart watch and other devices

vanous
207pts56
blog.freeyourgadget.org 3y ago

Gadgetbridge 0.68.0: Multiple device connections – a release

vanous
2pts1
en.wikipedia.org 4y ago

Radio Yerevan

vanous
3pts0
worldsgreatestcon.fireside.fm 4y ago

World's Greatest Con

vanous
15pts3
blog.freeyourgadget.org 4y ago

Gadgetbridge 0.61.0: Initial support for true wireless earbuds Nothing Ear(1)

vanous
2pts0
github.com 5y ago

Peek: Simple animated GIF screen recorder

vanous
5pts0
blog.freeyourgadget.org 5y ago

Gadgetbridge 0.55. Better InifiTime support, new features for all devices

vanous
2pts0
bubu1.eu 5y ago

OpenPush free open source self-hosted replacement for Android Push Notifications

vanous
10pts0
blog.freeyourgadget.org 5y ago

Gadgetbridge 0.54.1 Initial support for more Amazfit devices, Zepp E and Wasp-os

vanous
2pts0
blog.freeyourgadget.org 5y ago

Gadgetbridge 2020: year in review and numbers – Freeyourgadget blog

vanous
1pts0
blog.freeyourgadget.org 5y ago

On Building Safe Bridges

vanous
2pts0
blog.freeyourgadget.org 5y ago

Gadgetbridge: Yet another awesome release, now with support for Casio GBX-100

vanous
2pts0
blog.freeyourgadget.org 5y ago

Gadgetbridge 0.49.0: Lots of improvements and even more Huami devices supported

vanous
1pts0
blog.freeyourgadget.org 5y ago

New Gadgetbridge released with daily activities and three new supported devices

vanous
1pts1
blog.freeyourgadget.org 5y ago

Gadgetbridge (FLOSS gadget companion app) adding support for Mi Band 5 and TLW64

vanous
3pts0
github.com 6y ago

Covid-19 Bluetooth contact tracing with eRouska

vanous
1pts0
blog.discordapp.com 6y ago

The Future of Bots on Discord

vanous
2pts0
www.sfscon.it 6y ago

Codeberg: Free home for free projects at SFScon 2019

vanous
2pts0
blog.freeyourgadget.org 6y ago

Gadgetbridge – Discrete Connection: Support for Amazfit Bip GTR Added

vanous
2pts0
techwiser.com 6y ago

Gadgetbridge: Use Your MI Bands and Amazefit Without Mi Fit App

vanous
1pts0
www.sba-research.org 6y ago

All Your Fitness Data Belongs to You

vanous
1pts0
blog.freeyourgadget.org 6y ago

Privacy centric Gadgetbridge adding support for Mi Band 4

vanous
1pts0
github.com 9y ago

Argos – BitBar like – Gnome Shell extensions async scripting creator tool

vanous
2pts1
Iroh 1.0 1 month ago

It would be great if there were applications with support, like nextcloud and it's clients, client for talk and so on.

Same here... I have been looking at all the self hosting options for a while but swapping one centralized system for another isn't what I would prefer. Running/using local and community gitea/forgejo has been good, but I hope decentralized radicle could be the solution to more independence.

error-prone to set a 30-second timer. Oops, I’m tired and I hit zero too many times. That’s a 3-minute (3:00) timer. I typed in 3-0 correctly, but hitting the start button didn’t quite register. Siri misheard. Siri took 10 seconds to respond about a 30 second timer.

I get the diy factor, but still, the smartphone was supposed to be smart...

Do note that mapy.cz is not open source and that they started moving more and more features into their subscription based paid offering... The beginning of enshittification.

Glad you find it useful. Below is an example script to demonstrate the concept. It is awesomely powerful. In vim, select some text and do this:

  :'<,'>! ./example.py

  #!/bin/env python3
  #:'<,'>! ./example.py # ← this is how to use it
  import sys
  data = sys.stdin.readlines()
  for l in data:
    l = l.replace("a", "e").rstrip()
    print(l)

Very cool! A while ago i did something similar and tried to learn vim more in depth by creating some more complex macros - several of them, to convert some text snippets into markdown. Problem was, that several months later i could not exactly remember some details of these "reusable" macros - where exactly to place cursor when starting them, the order of execution and so on. Thankfully, vim has the amazing ability to run commands/script on text selection, so i rewrote my macros in a scripting language. It has several bonus points: i can store them in git and track changes, code can be self-documented via comments. My macros were not too complex, but still, using a proper scripting ended up being much better.

Agree. I wish the school system wouldn't ignore it as it does in many places.

Even with touch devices, to gain productivity, i see people to switch to keyboard input because pen or touch aren't fast enough and voice typing isn't possible for example in auditoriums.

But, don't learn to type quicker, learn to type precisely. Speed will come.

GitHub is a web-based front-end to Git.

¯\_(ツ)_/¯

208 mentions of GitHub.

4 mentions of Gitea.

3 mentions of GitLab.

Why is it so biased and why is it helping to continue to teach people to centralized git.

A while back nobody would believe that Google's search dominance could be disturbed... and now many have either switched away or stopped using search altogether. It takes me two clicks to set a search to DDG, Kagi or other and Google has lost this customer (often a family) forever.

So let them be arrogant and loose their YouTube customers over time too.

Pyodide (a port of CPython to WebAssembly/Emscripten) is a Python distribution for the browser and Node.js based on WebAssembly.

Pyodide makes it possible to install and run Python packages in the browser with micropip.

Version 0.27 brings: improvements to the longterm future of Pyodide, speedups, more packages, decoupling of the build system and more.

Glad to see someone else to use solarized light in terminal. I have this in terminal, vim, mc... custom tweaked and I love it.

Slackdump 2 years ago

You have full source code available to inspect and modify. Are you from Slack?