ads

Tuesday, May 31, 2022

French officials told to abandon gaming Anglicisms

Use “jeu video de competition” instead of "e-sports", language watchdog the Académie Française says.

from BBC News - Technology https://ift.tt/c7LeINS

Fox News Breaking News Alert

Fox News Breaking News Alert

Number of dead rises after devastating tornadoes, Kentucky governor announces

12/13/21 7:52 AM

Report blasts "manipulative" video game loot boxes

Consumer groups from 18 countries in Europe are calling for governments to clamp down on loot boxes.

from BBC News - Technology https://ift.tt/O2ksHZY

Rape victims should not be treated as suspects, says data watchdog

The information commissioner says victims are treated as suspects, and wants excessive requests to end.

from BBC News - Technology https://ift.tt/zyVO4Xw

What is Google's new skin tone scale?

Google has introduced a new skin tone scale - what is it and why does it matter?

from BBC News - Technology https://ift.tt/AcHVKMJ

Monday, May 30, 2022

Show HN: Query Google Sheet data using PostgreSQL clients https://ift.tt/oWbqm1R

Show HN: Query Google Sheet data using PostgreSQL clients https://ift.tt/9XqTWgp May 31, 2022 at 11:24AM

Show HN: Fullstack web should be easy https://ift.tt/38wbtLk

Show HN: Fullstack web should be easy https://ift.tt/xjPWt5g May 31, 2022 at 06:29AM

Show HN: Resumecreator.io – I built a simple resume builder https://ift.tt/kVaB8mu

Show HN: Resumecreator.io – I built a simple resume builder Hi HN! I'm a developer who noticed that I haven't done much experimentation lately. I decided I wanted to change that this year. This month I built a simple resume builder with the main goal of practicing front-end development, and to scratch an itch I had when updating my resume. :) After it was functional enough, I casually shared with some friends to express my enjoyment of crafting something just for the sake of having some fun. To my surprise they ended up asking how they could send to others. So I went one step further, due to my pure excitement, and hosted it on Netlify to make publicly available. In case you're curious, I used the React component library Mantine[1] in this project. I loved it, so I definitely recommend to check it out for your next React project. Have thoughts to share? I would love to know! :) If you're postponing starting that project you have been thinking of, just do it. Right now. Just create a new dir, load up your framework of choice and start it, even a couple of lines are enough to get you started. We should never forget that to play around is awesome. -- [1] https://mantine.dev https://ift.tt/C7D8hJS May 31, 2022 at 04:50AM

Sunday, May 29, 2022

Show HN: Best of TikToks – A curated list of evergreen TikTok content https://ift.tt/aGtUNwT

Show HN: Best of TikToks – A curated list of evergreen TikTok content I created this small crowdsource platform for gathering evergreen TikTok content. https://ift.tt/ag15jKs May 30, 2022 at 07:03AM

Show HN: Multiplayer sudoku. Race to fill in the most squares https://ift.tt/3M9RAGc

Show HN: Multiplayer sudoku. Race to fill in the most squares https://sudokurace.io is a free, real time multiplayer sudoku board. Invite your friends and race to fill the most squares. All feedback is welcome. MVP was built over the last ~4 days. Lmk what you think! You can play with as many people as you'd like at the same time May 30, 2022 at 06:08AM

Cinemas now accepting Yoti digital ID

Young cinemagoers can now prove their age using the Yoti app instead of taking ID documents with them.

from BBC News - Technology https://ift.tt/bFMWirJ

Show HN: Bugfruit – a simple embedded key-value store https://ift.tt/4BDEzRr

Show HN: Bugfruit – a simple embedded key-value store Hey HN! I work on a database for my day-job and I realized I had never written one from scratch, so I wrote bugfruit! Once I was mostly satisfied with it, I looked up some benchmarks to compare my simple database to other brand name key-value stores. I was surprised to see that mine held up fairly well on the subset of benchmarks I replicated. So I used the Pavlo Database Naming System [0] to name it and open-sourced the code. I'd love to hear any feedback you might have on it! [0] https://ift.tt/SP39GCw... https://ift.tt/KWIMJbT May 30, 2022 at 04:14AM

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust https://ift.tt/CV1TQGj

Show HN: NetBird – A P2P Network with WebRTC, WireGuard, SSO, and Zero Trust Hey folks! We have just released NetBird. It is a big update so I decided to share it here and get your feedback :) NetBird creates an overlay peer-to-peer network connecting machines automatically regardless of their location (home, office, data center, container, cloud, or edge environments) unifying virtual private network management experience. It uses ICE protocol (WebRTC) to negotiate p2p connections and WireGuard (kernel module, when possible) to create a fast and encrypted tunnel between machines, falling back to relay (TURN) in case a p2p connection isn't possible. Pretty much just a client application installation is needed, the rest is done by the software! Sharing the project with you wasn't the only purpose of the post. I wanted to discuss the future and vision behind it. I'm pretty sure that in a few years, such seamless connectivity without the hassle of configuring firewalls, managing IPs, manual key rotations, centralized gateways, etc. will become a commodity and the majority won't be talking about traditional VPNs. But what we think is becoming more relevant is advanced network security. We've seen the rise of Zero Trust with its ZTNA solutions in the past years. There are big vendors like ZScaler or Palo Alto already offering advanced network security features that leverage ML or contextual access controls to allow/block access based on context, not just identity. Why can't this be open-source and built on top of universal connectivity that works anywhere? That is what we are setting as a mission for our project - to bring seamless connectivity and advanced network security together in a single open-source solution. What do you think about it? We welcome contributors and if your excited of what we are building, feel free to reach out to us! P.S. We've been previously know as Wiretrustee :) https://ift.tt/gJV0kpR May 30, 2022 at 01:48AM

Show HN: A Simple and Free Cloud List DB https://ift.tt/vrGnp9g

Show HN: A Simple and Free Cloud List DB https://arraylist.org May 30, 2022 at 02:45AM

Show HN: Spanish Basic https://ift.tt/N4A7tSj

Show HN: Spanish Basic https://ift.tt/PhZBVIW May 30, 2022 at 02:08AM

Show HN: Small CLI to export/backup Spotify playlists to plain text files https://ift.tt/KT4St5i

Show HN: Small CLI to export/backup Spotify playlists to plain text files https://ift.tt/7j2TnGh May 29, 2022 at 11:14PM

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs https://ift.tt/s8iVnuC

Show HN: WebRTC Nuts and Bolts, A holistic way of understanding how WebRTC runs Hi HN! I’m so excited to show my first open-source project and first post here. I initially started this project to learn Go language, it is an experimental project. The main goal is to track the adventure of a WebRTC stream from start to finish, by debugging the project or tracking the output at console. By trying out this project, you will deep dive into the steps which are taken while starting up a WebRTC session, and more. It consists of a web UI (TypeScript) and a server back-end (Golang) projects. They can run on Docker containers, in development mode or production mode, you can find details in the README file. After some progress on the development, I decided to pivot my experimental work to a walkthrough document. Because although there are lots of resources that exist already on the Internet, they cover small chunks of WebRTC concepts or protocols atomically. And they use the standard way of inductive method which teaches in pieces then assembles them. But my style of learning leans on the deductive method instead of others, so instead of learning atomic pieces and concepts first, going linearly from beginning to the end, and learning an atomic piece on the time when learning this piece is required. I know it’s in a very niche technical domain, but hope you will like my project. Please check it out and I’d love to read your thoughts! https://ift.tt/KBYDPnE https://ift.tt/KBYDPnE May 29, 2022 at 05:27PM

Saturday, May 28, 2022

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/zpoQFUl

Show HN: I wrote a short story about AR contact lenses and daemons https://ift.tt/DQBmvb2 May 29, 2022 at 01:20AM

Friday, May 27, 2022

Show HN: Quickly find sensitive files in your GitHub repo https://ift.tt/uZyG960

Show HN: Quickly find sensitive files in your GitHub repo https://ift.tt/H1rjTKP May 27, 2022 at 11:50PM

Show HN: Python package which allows easy access to alternative investment data https://ift.tt/5yQgIC9

Show HN: Python package which allows easy access to alternative investment data https://ift.tt/WVNihBM May 28, 2022 at 12:43AM

Show HN: Contribution Graph as a Git Command https://ift.tt/F2qCQ4L

Show HN: Contribution Graph as a Git Command https://ift.tt/NbqogAi May 28, 2022 at 12:20AM

Show HN: Stand out with your Resume. Use Resoume https://ift.tt/a50WeTz

Show HN: Stand out with your Resume. Use Resoume My Indie hacking journey continues~ After a bit over 2 years as a solo dev, I am proud of how far I have come with Resoume. Still all alone :D Resoume is now an AI-powered resume optimization tool to help you analyze your CV. It then provides you with suggestions on how to improve your CV. On top, I also got a great set of templates with a lot of customization to make every CV unique. Resoume covers your job-seeking journey from design to content. And helps your CV to be perfectly tailored toward the job you want to apply for! That is it from me. Would love to hear your thoughts Enjoy your day! Gobie https://ift.tt/6Up197P May 28, 2022 at 12:13AM

Show HN: Write synthesizable Verilog in C++ with Metron https://ift.tt/e7hypKT

Show HN: Write synthesizable Verilog in C++ with Metron https://ift.tt/M0xwna3 May 27, 2022 at 11:43PM

Thursday, May 26, 2022

Show HN: Komorebi (a tiling window manager for Windows written in Rust) v0.1.9 https://ift.tt/NY5hGEP

Show HN: Komorebi (a tiling window manager for Windows written in Rust) v0.1.9 https://ift.tt/79q5jHp May 27, 2022 at 12:22AM

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/WYo4pqL

Show HN: I Made an App to Locate the Closest Mexican Pizza https://ift.tt/uyLNZVg May 27, 2022 at 12:19AM

Show HN: Renote (Note-taking and collaboration app for iPad and Apple Pencil) https://ift.tt/4tEFgV3

Show HN: Renote (Note-taking and collaboration app for iPad and Apple Pencil) Hi HN! I’m Andrew, co-founder and designer at Renote. This is app which allows you to make notes with real-time collaboration. Perhaps, you might ask: «What? Another collaboration tool?» Well... yes, but not quiet. On the one hand — it is a very simple application. On the other — it has compelling features in its toolset: - Complete real-time collaboration; - Personal notepad for your notes, studies, and mood boards; - Document web streaming; - Write just like on paper with Apple Pencil; - Straightforward and intuitive interface; - Use objects (Image, Text, Video). We would be glad to see you as our user if you like this idea and use iPad and Pencil. We'd love to hear your feedback! Feel free to drop a comment or email me at an@renote.so https://renote.so May 26, 2022 at 10:35PM

Show HN: Top links from HN, Reddit, Producthunt and Techmeme on one page https://ift.tt/6bioQYa

Show HN: Top links from HN, Reddit, Producthunt and Techmeme on one page I created this tool for myself and have been using it every morning for more one year. The list is updated every 10 minutes and new links are added at the top. The links are chosen based on certain criteria like minimum votes and comments. https://ift.tt/EwmLhg9 May 26, 2022 at 09:48PM

Google probed by competition watchdog over ad dominance

The Competition and Markets Authority launches an investigation into Google's advertising practices.

from BBC News - Technology https://ift.tt/7NA0hLO

Show HN https://ift.tt/LuDXVZM

Show HN https://zetti.app/ May 26, 2022 at 12:56PM

Wednesday, May 25, 2022

Newport Wafer Fab: Chinese buyout of UK's biggest chip plant to be reviewed

The UK government says it will make a national security assessment of the sale of Newport Wafer Fab.

from BBC News - Technology https://ift.tt/wJodshe

Show HN: Justmove.fun – AR-based motion-gaming for live, P-v-P action gaming https://ift.tt/lhd2pun

Show HN: Justmove.fun – AR-based motion-gaming for live, P-v-P action gaming https://justmove.fun May 26, 2022 at 02:18AM

Show HN: ZenML – Portable, production-ready MLOps pipelines https://ift.tt/fiCdUeW

Show HN: ZenML – Portable, production-ready MLOps pipelines https://ift.tt/MYiNZ8t May 25, 2022 at 11:28PM

Show HN: Metagration – Migrate Postgres with Postgres https://ift.tt/LUSTCDE

Show HN: Metagration – Migrate Postgres with Postgres https://ift.tt/N0qIpOU May 26, 2022 at 02:22AM

Show HN: Arctype, a cross-platform database GUI for developers and teams https://ift.tt/JYoQuhN

Show HN: Arctype, a cross-platform database GUI for developers and teams Hi HN! I’m Justin, founder and CEO of Arctype, and we’re very excited to share Arctype with the community. Arctype is a cross-platform GUI (soon to be open-sourced) to manage and query your databases, with built-in collaboration and visualization. It currently supports Postgres, MySQL, and SQLite, as well as newer-generation databases like ClickHouse, PlanetScale, and Yugabyte (and more coming very soon!). Think of Arctype as “phpMyAdmin meets Postman”. Most of our team grew up learning how to program using the LAMP stack and we missed the experience of interacting with our databases using phpMyAdmin. We wanted to bring back the experience of a simple app that lets you explore and query your databases, but with an updated and modernized interface. At the same time, we were heavily inspired by the ease-of-use and collaboration features of Postman. We wanted to create a super useful, collaborative app like Postman that your whole team uses for development—but for databases instead of APIs. We have a few thousand developers using Arctype today but we haven’t shared it with the HN community yet–we’re excited to hear your feedback! We also have a very active Discord community at arctype.com/discord where developers can ask questions and talk about databases/SQL. I’m sure the community has a lot of questions, so we’ve compiled a list of the most common ones we get: “Why isn’t Arctype open source yet?” It will be soon! We’ve been focusing mostly on features that users have been asking for, as well as performance, stability, and security. We’re not completely happy yet with the documentation and development experience of contributing to Arctype, but this will be a core focus for us in the coming weeks. We just want to make sure it will be very easy for the community to contribute once we publish on GitHub. “How does Arctype make money?” Arctype is free (and will be free forever) for most developers. We have a typical SaaS model for large teams based on a per-seat license as well as an enterprise version that companies can run on their own infrastructure. “Why is Arctype built using Electron?” We wanted to make it easy for anyone to use Arctype–Electron is currently the most practical solution to make it cross-platform and also accessible via a web app. Apps like VSCode and Discord have shown that it’s possible to achieve decent performance so we’re confident that over time the advantages of developing on Electron will outweigh the slight performance hit compared to native apps. “Does Arctype need an account?” You can use Arctype without an account or you can login via email or Google. Certain features such as sharing queries and dashboards with your team require an account. “Is Arctype secure / does it store credentials?” All of your credentials are stored locally, and queries are also executed locally on your machine. We do have a feature that lets you automatically share your credentials to your team, but that is strictly opt-in, and all credentials are encrypted on our backend. Additionally, we have an enterprise version that companies can run on their own infrastructure for organizations that have stringent security requirements. If you’d like to learn more, we have more info at arctype.com/security. “Does Arctype use any analytics software?” Arctype has usage-based analytics and error reporting (we use Sentry) that we use to improve the app and to help us fix bugs/crashes. However, this can be turned off. Additionally, Arctype can be used fully offline. “Why doesn’t Arctype support X database?” Email me at justin at arctype.com :) We’ll make it happen. https://arctype.com/ May 26, 2022 at 01:49AM

Robot developed that’s smaller than a flea

Researchers at Northwestern University in the United States have created robots less than 1mm big.

from BBC News - Technology https://ift.tt/RIv4kcu

Show HN: Never forget what you've learned https://ift.tt/7NOVlos

Show HN: Never forget what you've learned Save All uses quizzes, notifications, and emails to stop you forgetting what you've learned. Unlike other spaced repetition apps, we've (really) prioritised making Save All as simple as possible - minimalist design, no distractions, and minimal cognitive load placed on users. We achieve this simplicity by using machine learning (e.g. large language models like BERT, GPT) to reduce the number of decisions users have to make. You don't have to decide whether you remembered a card, we know whether you did. You don't have to decide how to be quizzed on your information, we'll decide for you. We're VC funded & growing fast but would love to hear HN's critical feedback. Tell it to us how it is! https://ift.tt/ihA6egp May 25, 2022 at 11:04PM

Dyson working on home robots

The company is setting up a major robotics research centre in the UK.

from BBC News - Technology https://ift.tt/p2qz0i5

Tuesday, May 24, 2022

Show HN: Aviator: Developer Productivity for Large Teams https://ift.tt/npXkDtW

Show HN: Aviator: Developer Productivity for Large Teams https://www.aviator.co/ May 25, 2022 at 12:10AM

Show HN: Vantage Autopilot – Save 50%+ on AWS EC2 Costs https://ift.tt/kD7SCh0

Show HN: Vantage Autopilot – Save 50%+ on AWS EC2 Costs Hi HN, I’m cofounder of https://www.vantage.sh/ - I previously worked at AWS and DigitalOcean. Today Vantage is launching Autopilot: a managed service that identifies and applies savings to your AWS account by automating the buying and selling of reserved instances. This is saving early customers over 50% in some cases. Upon opting into Autopilot, if your on-demand EC2 costs increase, Vantage purchases 3 year, no-upfront reserved instances. In the event your compute spend decreases, Autopilot will list your reserved instances for sale in the AWS EC2 Reserved Instance marketplace on your behalf. Unlike other providers that charge you egregious fees (20% or more), Autopilot only charges you 5% of the savings found. These are your cost savings and I believe you should have as much of the benefit as possible. Some of our current customers include Barstool Sports, PlanetScale, Panther, and MIT. Happy to answer any questions or feel free to contact me at ben [at] vantage [dot] sh if I can be helpful. https://ift.tt/4HksMu7 May 25, 2022 at 12:02AM

Show HN: Open-source low code trend analysis https://ift.tt/ufylG5b

Show HN: Open-source low code trend analysis Trending and historical ranking for lowcode development tools https://ift.tt/nkIYGBV May 24, 2022 at 11:59PM

Show HN: Muse 2.0 with local-first sync https://ift.tt/gRorEsm

Show HN: Muse 2.0 with local-first sync https://ift.tt/8x5wgLa May 24, 2022 at 11:51PM

Show HN: Make your Gmail Inbox easier to use with a better rule manager https://ift.tt/9iyGNUq

Show HN: Make your Gmail Inbox easier to use with a better rule manager Been building something that will hopefully be useful to the community and Gmail users in general - would love to get any feedback / thoughts! So my Gmail inbox used to be a mess, especially after I signed up for a few newsletters. I tried creating filters by using "Filter messages like these", but I ended up with 50 rules that could be condensed to ~20. It was also difficult to get a good overview of what all the different rules are doing. So a friend and I built a website called SortEm to help us out. Check out some the rules we added in this link and apply them to your inbox if you find them useful! The 10 rules in the link are for stuff like: Marking large emails with the label ">10MB" Marking emails from eBay and Amazon with "e-com" labels Marking emails with keywords of newsletters and promotions as "Newsletter | Promotion" and making them skip the inbox Marking emails with keywords of security notifications as "Security notification" and making sure they are in Primary Marking emails from sites like GitHub, Reddit etc. BTW: In SortEm you can also upload a Gmail filter file, edit the different filters, add some useful filters that we collected from friends and from our own inboxes, and apply them all to your own Gmail. Also, you can create a unique link that will save your rules. Would love to hear what you guys think, and feel free to spread the word! :) https://ift.tt/Z60pGUE May 24, 2022 at 10:19PM

Show HN: SymForce – Fast symbolic computation, code generation, and optimization https://ift.tt/aKVDSmX

Show HN: SymForce – Fast symbolic computation, code generation, and optimization https://ift.tt/FxqKZja May 24, 2022 at 11:38PM

Show HN: marc – Markov chain generator for Python and/or Swift https://ift.tt/HkxST3N

Show HN: marc – Markov chain generator for Python and/or Swift https://ift.tt/HbakOGQ May 24, 2022 at 11:25PM

Monday, May 23, 2022

Show HN: Little Procedural Pixel Worlds https://ift.tt/e9NIjMS

Show HN: Little Procedural Pixel Worlds https://ift.tt/0ZgCeAD May 23, 2022 at 11:57PM

Show HN: Possible – GPT-3 Business Idea Generator and Explorer https://ift.tt/BYHQ7Jp

Show HN: Possible – GPT-3 Business Idea Generator and Explorer https://ift.tt/V3aFMBi May 23, 2022 at 03:49PM

Show HN: Arttime – CLI art meets functionality https://ift.tt/PWjscgB

Show HN: Arttime – CLI art meets functionality arttime brings curated text-art to otherwise artless terminal emulators of starving developers (and other users who can use terminal emulators). While doing so, it blends display of art (a not-so-techie thing) with functionality of a nifty clock/timer which is a retake on the stereotypical alarms/timers. With one line of title message under the art, it also provides one line of opportunity for developers to display their activism (a not-so-techie thing either) or just attach a functional message for themselves for usual developer activity on terminal (like "debug the failing build tonight"). https://ift.tt/VOQFmgb May 23, 2022 at 12:58PM

Clearview AI fined in UK for illegally storing facial images

The facial recognition database firm must pay more than £7.5m and delete data it holds of UK residents.

from BBC News - Technology https://ift.tt/j9hI0bE

Show HN: Search Query, How to Find Exposed HFS HTTP File Server https://ift.tt/sD5CBzA

Show HN: Search Query, How to Find Exposed HFS HTTP File Server How to find exposed HFS HTTP File Server with analysis report on malicious code site on a chinese HFS HTTP Filer Servers. https://ift.tt/jkDr5Oi May 23, 2022 at 12:56PM

Sunday, May 22, 2022

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6uGiHbU

Show HN: Coming Soon Kit – 50+ coming soon pages built with tailwind CSS https://ift.tt/6jDdhus May 23, 2022 at 04:18AM

The sci-fi technology tackling malarial mosquitos

Gene drive development makes a genetically modified gene that spreads widely within populations.

from BBC News - Technology https://ift.tt/aqoGgZL

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/Xsvl6eB

Show HN: Quizdle – 5 daily quiz questions https://ift.tt/S9AvQiI May 22, 2022 at 09:27PM

Show HN: A composition tool for CSS animations https://ift.tt/mYqvWEO

Show HN: A composition tool for CSS animations https://ift.tt/12AC3zX May 22, 2022 at 11:36PM

Saturday, May 21, 2022

Show HN: AccentQuest – get better at understanding Indian accents https://ift.tt/4qtf2z3

Show HN: AccentQuest – get better at understanding Indian accents https://ift.tt/xrwHeLb May 22, 2022 at 03:59AM

Show HN: Enable element transformation between containers https://ift.tt/fTZbewy

Show HN: Enable element transformation between containers https://ift.tt/7ohqZ9z May 22, 2022 at 01:37AM

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/URfn24b

Show HN: TypeManager.TS – Transform plain JSON into JavaScript model classes https://ift.tt/io6LEm3 May 22, 2022 at 02:42AM

Show HN: A fully automated podcast – actually 12 podcasts https://ift.tt/IPHyBiV

Show HN: A fully automated podcast – actually 12 podcasts "That Horoscope Podcast - Aquarius" and it's eleven siblings - are daily podcasts that are end-to-end programatically generated e.g. scripted, voiced, post-produced and uploaded. Would love to get some first impression feed back and hear how others would achive the same thing! https://ift.tt/UmvtZjk May 22, 2022 at 02:23AM

Show HN: Binary Counting https://ift.tt/vuFraUJ

Show HN: Binary Counting https://ift.tt/1HfebRr May 22, 2022 at 12:17AM

Friday, May 20, 2022

Show HN: Chipotle nutritional calculator using form builder plus rules engine https://ift.tt/l53VUZp

Show HN: Chipotle nutritional calculator using form builder plus rules engine https://ift.tt/rshanFu May 21, 2022 at 04:57AM

WhatsApp to launch customer-business chat feature

Cloud-based software will offer more personalised business using the popular messaging app.

from BBC News - Technology https://ift.tt/r1kQCns

Show HN: A simpler infrastructure as code specification https://ift.tt/nIkywZX

Show HN: A simpler infrastructure as code specification https://ift.tt/hdbsEKP May 21, 2022 at 04:37AM

Show HN: Releasing Vulnerabilities of Open Source Software https://ift.tt/Buh7HGi

Show HN: Releasing Vulnerabilities of Open Source Software Thrilled to announce that very soon The List Of Vulnerabilities collected from multiple platforms including ( npm, Maven, Go, NuGet, PyPI, RubyGems, crates.io, Packagist, Linux, OSS-Fuzz ) will be live at https://ift.tt/C0uv5ix. In short we are making sure that no vulnerability is left unreported and your software/service is always protected from unexpected attacks. Who doesn’t know Vulert Yet: Vulert, without any integration, notifies you if a Security Issue is found in any of the open-source software you are relying upon. HOW DOES VULERT PROTECT YOU ? PRIVACY: You don't need to share your codebase or integrate anything, all you need to do is to upload the list of open-source software you use. IMPROVED SECURITY: Existing solutions check the Current Security of your software. Unlike them we track your application not only for current but also for Future Security Issues. ECONOMICAL: You don’t need security staff just to keep track of your dependencies, Vulert can do it efficiently and it's very economical. HOW DOES VULERT WORK ? We keep an eye on open source code, our security team analyzes changes in the open source software. On an hourly basis, we gather the security advisories of the Vendors / Security Researchers. In case we find any security advisory for a software used by our customers, We notify them. Feel free to give feedback or ask any query, to contact info@vulert.com May 21, 2022 at 03:14AM

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/jEwhJib

Show HN: Chrome Extension for eBay Kleinanzeigen (German Only) https://ift.tt/DRIr8HV May 21, 2022 at 01:51AM

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/8Vo1fI9

Show HN: Online dice roller for tabletop roleplaying games https://ift.tt/FUtMKgA May 20, 2022 at 07:25PM

Show HN: WebApp to Create 3D Plants https://ift.tt/Z6xvhQV

Show HN: WebApp to Create 3D Plants https://ift.tt/Mn46Q9J May 21, 2022 at 12:07AM

Show HN: A simplified German income tax calculator https://ift.tt/EzC4bcF

Show HN: A simplified German income tax calculator https://ift.tt/5AaSycd May 20, 2022 at 08:58PM

Thursday, May 19, 2022

Show HN: Algebraic — Effortless macOS file encryption, integrated with Finder. https://ift.tt/tdnsRFi

Show HN: Algebraic — Effortless macOS file encryption, integrated with Finder. https://algebraic.cc/ May 20, 2022 at 12:12AM

Show HN: Hiring Without Whiteboards https://ift.tt/6ARwPGE

Show HN: Hiring Without Whiteboards https://ift.tt/2lTBwXi May 19, 2022 at 11:35PM

Subsea internet cables could help detect earthquakes

Optical-fibre cables could spot tsunamis or the effect of climate change on currents, researchers say.

from BBC News - Technology https://ift.tt/sQtu29Z

Show HN: Outread – Read digestible summaries of top research articles https://ift.tt/x2DJEps

Show HN: Outread – Read digestible summaries of top research articles https://out-read.com/ May 19, 2022 at 11:09PM

Show HN: An Ephemeral Microblogging App https://ift.tt/bnYCINJ

Show HN: An Ephemeral Microblogging App https://blarb.co May 19, 2022 at 12:56PM

Buffalo shooting: NY probes 'bone-chilling' social media role

Prosecutors will ask whether social platforms were "used to stream, promote, or plan" the murders.

from BBC News - Technology https://ift.tt/Kn8wcyj

Wednesday, May 18, 2022

Show HN: Rapidly Develop CRUD Web Apps with Locode https://ift.tt/lOYWNK3

Show HN: Rapidly Develop CRUD Web Apps with Locode https://www.locode.dev May 19, 2022 at 12:08PM

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/AYvuSaf

Show HN: The opposite of a job board, an ideal role board for product folks https://ift.tt/BGUfEnQ May 19, 2022 at 12:58AM

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/2tJz7rQ

Show HN: Comtrya – Configuration Management for Localhost https://ift.tt/j0wm9G2 May 19, 2022 at 06:23AM

Show HN: Pickcode – A graphical code editor for education https://ift.tt/9VvM5H8

Show HN: Pickcode – A graphical code editor for education https://ift.tt/0VxMJdI May 19, 2022 at 01:55AM

Fox News Breaking News Alert

Fox News Breaking News Alert

UK court ruling opens door to Wikileaks' Assange being extradited to US

12/10/21 3:07 AM

Show HN: Kobu – A DSL for constructing source code generators https://ift.tt/J0QAb8m

Show HN: Kobu – A DSL for constructing source code generators https://ift.tt/STI3W8y May 18, 2022 at 11:38PM

Tuesday, May 17, 2022

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/jmqM3FN

Show HN: Hyper: A bookmarklet and web application to optimize reading speed https://ift.tt/2mgtcuE May 18, 2022 at 05:24AM

Fox News Breaking News Alert

Fox News Breaking News Alert

Biden approves Kentucky disaster declaration after devastating tornado

12/12/21 8:43 PM

Fox News Breaking News Alert

Fox News Breaking News Alert

Blue Origin successfully sends 6-person crew, including Michael Strahan, to space and back

12/11/21 7:13 AM

Fox News Breaking News Alert

Fox News Breaking News Alert

Kentucky tornado death toll likely to exceed 50, governor warns

12/11/21 2:58 AM

Fox News Breaking News Alert

Fox News Breaking News Alert

Supreme Court lets Texas abortion law stand for now, allows lawsuit from abortion providers to proceed

12/10/21 7:15 AM

Fox News Breaking News Alert

Fox News Breaking News Alert

Inflation spikes to 39-year high as prices soar

12/10/21 5:38 AM

Social platforms' Buffalo shooting response called inadequate

Campaigners accuse technology companies of failing to block and remove content posted by the attacker.

from BBC News - Technology https://ift.tt/gIwBNSu

Monday, May 16, 2022

Show HN: Open-Source Dora and Space Metrics for GitHub, Gitlab and Jira https://ift.tt/oqM6Epc

Show HN: Open-Source Dora and Space Metrics for GitHub, Gitlab and Jira https://ift.tt/am3DZFG May 17, 2022 at 07:59AM

Will swapping out electric car batteries catch on?

One Chinese carmaker has plans for thousands of stations in Europe where you can switch batteries.

from BBC News - Technology https://ift.tt/wcWupl5

Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/Oyzia58

Show HN: Securely collect and send emails directly to Web3 wallets addresses https://ift.tt/pIg0mu8 May 17, 2022 at 03:16AM

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/Ji0gVok

Show HN: Open-source system helping vulnerable nations become climate resilient https://ift.tt/2Afrlpo May 17, 2022 at 02:39AM

Show HN: Open-source tool to deploy infrastructure in any cloud https://ift.tt/6Cal8nX

Show HN: Open-source tool to deploy infrastructure in any cloud We have been working on multy.dev, an open-source cloud agnostic API that makes it easy to deploy the same infrastructure to any cloud provider using native managed services. The motivation was the realisation that, even when using Terraform, migrating infrastructure code requires an end-to-end re-write. Even though most core resources are the same in any major cloud, developers need to learn a new provider to deploy the same infrastructure when moving providers. We are still in early days of development and currently support the core services from AWS and Azure: - Networking (virtual_network, subnet, route_table, security_group, network_interface, public_ip) - Compute (virtual_machine, managed kubernetes) - Database (managed MySQL databases) - Vault (managed secrets) - Storage (managed storage) - Abstraction of cloud differences (Azure VM public vs AWS EC2 private by default) - Deployment through Terraform We’re looking for feedback from other developers about our approach. Let us know your thoughts! GitHub: https://ift.tt/xIdgWSj https://multy.dev May 17, 2022 at 12:35AM

Twitter boss hits back on Musk doubts over fake accounts

Chief executive Parag Agrawal says the firm is confident that less than 5% of users are spam accounts.

from BBC News - Technology https://ift.tt/jrvBaMO

Show HN: Try this balance the ball game to assess wrist health https://ift.tt/FueXInz

Show HN: Try this balance the ball game to assess wrist health https://ift.tt/ZX8rmdz May 16, 2022 at 11:05PM

Sunday, May 15, 2022

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible https://ift.tt/JEbrc0i

Show HN: KittenDNS – easy to setup, rule engine, LetsEncrypt compatible My goal was to create a DNS server as simple as the LDAP server I've been contributing to (glauth) and here it is: https://ift.tt/i6S4IHQ A few things to know about it: - It is easy to configure using a Toml file - I am using it to bail my coredns/etcd instances when under attack - (yes, it also works as a service location server) - It comes with a simple, plain English, rule engine that doesn't do much at this point - It can be used with LetsEncrypt. I use it to retrieve certificates for my home servers. - RFC: all the nice ones :) Anyway, feedback is welcome. May 16, 2022 at 04:34AM

Show HN: I made a Turing machine programing language https://ift.tt/Z0f36w4

Show HN: I made a Turing machine programing language https://ift.tt/3T7aDQ5 May 16, 2022 at 02:54AM

Show HN: Simple Financial Planner https://ift.tt/V9SoWJZ

Show HN: Simple Financial Planner https://ift.tt/neS5DXT May 16, 2022 at 01:36AM

Show HN: Babeloop, a new music sight-reading webapp https://ift.tt/DGSYZ9E

Show HN: Babeloop, a new music sight-reading webapp Backstory: I have a kid learning to play the clarinet in a music conservatory, which involves compulsory sight reading classes. Teaching for sight reading is done on books. The idea for this app is to port the method online, so that it's easier to practice and follow one's progress. It should also be more fun, and, for those so inclined, competitive. The learning method is based on landmarks: for each clef one first learns the position of 2-3 landmarks, and then each note is in relation to a landmark. So for example, if you know where the middle G is on the treble clef, then you can learn fast that 2 positions up (next line) is B, and two positions down is E. (Anecdotally, in an earlier iteration of the app, landmark notes were displayed using specific colors; but users learned colors instead of the note position on the staff, and when they moved to a level without colors (or an actual score) they were completely lost.) The app doesn't try to teach keyboard playing, or fingering for any other instrument for that matter. It only helps associate the position of a note on the staff with a name, in a given clef. It doesn't deal with octaves: a C3 is a C4 is a C; or accidentals: a sharp G is a flat G is a G. It also doesn't wait for user input, as other apps do. Music doesn't work that way; but more importantly, the point is to learn to recognize intervals instantly, not count them. No account is necessary to use the app, only to participate in the leaderboard, and save one's score in case of device reset (or to use more than one device). When an account is created, the data is stored on the server in SQLite; I'm curious to see how far it can go. (Without an account, no data leaves the device.) It's still a little rough around the edges but should work ok in reasonably recent browsers. On the client side, it uses VexFlow to display notes, staff and clefs, but animations are done using CSS transitions (not JS), to be mobile friendly. Tone.js helps provide a more accurate timing than a simple setInterval. Icons are coded in SVG by hand; for simple shapes, this is surprisingly fun and straightforward to do. https://ift.tt/jXSIi5Q May 15, 2022 at 11:55PM

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/CXxedBu

Show HN: Organize your open Chrome Tabs like apps on a desktop https://ift.tt/ntJf36F May 15, 2022 at 09:12PM

Saturday, May 14, 2022

Show HN: I made a body-interactive music app https://ift.tt/YP8o9KV

Show HN: I made a body-interactive music app I made this iPhone app called "Affine Tuning" which is a collection of body-interactive musical pieces: https://ift.tt/VSXAkcs It uses body tracking (Motion Capture from RealityKit) to shape dynamic compositions. The app is completely free and will be updated in the future with more songs and other interactive features. May 15, 2022 at 03:04AM

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) https://ift.tt/SjL3N7H

Show HN: A collaborative pixel drawing game for when you're bored (Attempt #2) Previous thread: https://ift.tt/OJmXEgt Hello again HN! It's been 3 months since I last submitted this project and the back-end server software melted down. I was really bummed that many people didn't get to play, so I've spent most of my spare time since that last post completely rewriting the back-end server software using small, carefully selected dependencies (C99, sqlite, mongoose.ws & cJSON) I've done some basic performance testing and I'm cautiously optimistic that it can now handle up to ~1000 concurrent users. If you have any ideas for improvements, do let me know! Bots are permitted, but try and do something creative instead of just filling the canvas with junk :^) You can view the source code for the new back-end here: https://ift.tt/LZIvSa4 You can also check out a recent time-lapse here: https://www.youtube.com/watch?v=FUmnUvTqn6M The time-lapse gets generated from the server log output using this tool: https://ift.tt/8odZ13H (Note to HN staff: It wouldn't let me repost this unless it had a 'slightly different url', hence the sneaky redirect there. If this is a big no-no, I apologize, otherwise feel free to swap out the URL to the redirected one :^)) https://ift.tt/JrU4Mwn May 15, 2022 at 02:56AM

Show HN: Monitor delivery of automated emails – catch broken email alerts https://ift.tt/gEs3BXx

Show HN: Monitor delivery of automated emails – catch broken email alerts https://notimon.com/ May 15, 2022 at 02:09AM

Show HN: A new way to write and publish research https://ift.tt/qfwIKrO

Show HN: A new way to write and publish research https://dystr.com May 15, 2022 at 12:58AM

Show HN: Let's Markdown – A real-time collaborative Markdown editor https://ift.tt/8179TXy

Show HN: Let's Markdown – A real-time collaborative Markdown editor https://ift.tt/ZokYFMD May 14, 2022 at 11:07PM

Show HN: Gstreamer-based stream supervisor using YAML https://ift.tt/lSy1F54

Show HN: Gstreamer-based stream supervisor using YAML https://ift.tt/IX6ReBd May 14, 2022 at 07:47PM

Show HN: CSS Transformation for DOM Manipulation https://ift.tt/SslJrnN

Show HN: CSS Transformation for DOM Manipulation https://ift.tt/v8wLTqy May 14, 2022 at 04:20PM

Friday, May 13, 2022

Show HN: We optimize your finances, for free - Uprise.us https://ift.tt/5CcvLj0

Show HN: We optimize your finances, for free - Uprise.us https://uprise.us/ May 14, 2022 at 01:08AM

SFMTA Staffers Share their Favorite SF Bike Rides

SFMTA Staffers Share their Favorite SF Bike Rides
By Eillie Anzilotti

Happy Bike Month, San Francisco! To celebrate, we’re sharing some of SFMTA staffers’ favorite rides through the city. From protected bike lanes to quick-build projects to Slow Streets, the JFK Promenade, and the Great Highway, all of the routes roll through projects that the SFMTA has completed in the last several years to make biking through San Francisco easier, safer, and joyful. We hope you get some inspiration for your next ride--and share your favorite route with us! For easy trip planning, we’ve included each ride below on an interactive map.  

Jeffrey Tumlin, Director of Transportation: “I explore all of San Francisco by bike, but this is a standard trip: Starting from the Castro, I head up the Slow Street on Noe, where I like to admire the trees and people watch in Duboce Park. Then, I ride north on Scott to Fell Street along the Panhandle. When I reach the new JFK Promenade, it’s amazing how the feeling changes. You can hear birdsong everywhere, and I can’t count the number of kids whom I’ve seen learning to ride a bike, scooter, or skateboard. Then, I ride the whole length of the park to the Great Highway. I’ve lived in San Francisco my whole adult life, but thanks to the JFK Promenade I’ve been to the beach more times in the last two years than the previous 30. I love seeing the community out along the Great Walkway, and exploring the restaurants in the Outer Sunset and Parkside neighborhoods for a picnic. I grab a coffee at Andytown or the Kahve truck, then make my way back using Page Slow Street, stopping to pick up fresh flowers from Guy Clark, whose owned his shop on 15th and Noe for almost 40 years.” 

Jeffrey Tumlin riding his bike on San Francisco streets smiling and waving.

Soroush Roback, Engineer, Livable Streets; Kimberly Leung, Acting Pedestrian Program Manager, Livable Streets; Victoria Chong, Planner, Livable Streets; Winnie Lee, Engineer, Livable Streets: “We’ve done this ride as a group a few times since COVID began: We start in the Marina, ride through the Presidio the Inner Richmond, then take the Cabrillo Slow Street down into Golden Gate Park, then out to the ocean. The route spans Lake Slow Street, the JFK Promenade and car-free MLK, the Great Walkway, and the Arguello Bike Lanes, with a beer stop at Beach Chalet Fields. From end to end, it‘s a leisurely, safe 18 miles with great scenery and people watching!”  

Mari Hunter, Planner, Parking & Curb Management: “I live in southern Marin so I ride back and forth over the Golden Gate Bridge.  On the way in, I drop down to the bike path past Crissy Field then roll over Pac Heights and through Japantown using the bike route on Steiner to the Slow Street on Page, which I take down to Market. On the way back, I boogie over to the Webster bike lanes then wiggle up to the Slow Street on Clay, head west to Arguello and go through the Presidio to the bridge.  I love the variation: some good hills, gradual climbs, sharrows, bike lanes, and Slow Streets—plus great views!” 

View from southern Marin overlooking the Golden Gate Bridge and San Francisco skyline

Kimberly Leung, Acting Ped Program Manager, Livable Streets: “I bike from the Richmond neighborhood to the SFMTA office on South Van Ness taking Cabrillo Slow Street to 8th Ave to car-free JFK to the Page Slow Street to Market! I only started bike commuting in December 2019, and when the pandemic hit, car-free and car-light streets were a game changer for me by giving me the space to practice being more comfortable on a bike. Biking is now my primary way of getting around the city, and I’m so happy that so many other people can experience that on streets that are so much more inviting for people to walk and bike now.”  

Mike Sallaberry, Senior Engineer, Livable Streets: “My nine-year-old daughter and I take this route to get ice cream! Starting at Cabrillo Slow Street, we take the 23rd Ave Slow Street north to Lake Slow Street, go along Lake to 5th Avenue, then take 5th Avenue south to get ice cream at Toy Boat on Clement. After we fuel up, we take 5th Avenue to Golden Gate Park, enter in at 6th Avenue, and then take JFK Drive west to Transverse, get on the dirt path along Crossover and take that back to Cabrillo. It’s very safe— almost all either a Slow Street, car-free JFK, or a path (short sidewalk segments too)—and the ice cream stop halfway is perfect to relax a bit and get sugared up for the return trip home.” 

Mike Sallaberry and his daughter smiling on their bikes in Golden Gate Park

Jen Wong, Planner, Livable Streets: “I like to ride from the Ferry Building down the Embarcadero, then switch to the off-street San Francisco Bay Trail at Oracle Park, hugging McCovey Cove. From there, I take the 3rd Street Bridge and follow the waterfront past the Chase Center and end at Crane Cove Park or head all the way down Minnesota Slow Street into the Dogpatch. I love the views and how safe it is, with car-free portions and protected bike lanes—and the fun places to eat and drink at along the way, like The Ramp and Spark Social.” 

The view while riding on the Embarcadero looking at the Bay Bridge waterfront view

Laura Stonehill, Engineer, Livable Streets: “We like to take weekly weekend rides as a family, and around a third of them go from our home in the Mission to Golden Gate Park so my five-year-old can ride on the car-free streets. My husband and I both have e-bikes, and we take a route that’s a bit steeper but more low-stress and car-light: We ride from 17th Street to Valencia, then take Octavia to the Slow Street on Page, all the way into Golden Gate Park. Once we reach car-free JFK, my five-year-old gets on her own bike and we ride to any park destination she wants—recently, we went all the way to the Boat Playground at 45th Avenue using the car-free route. On the way back, we like to stop at the Panhandle Playground before taking the Wiggle back to the Mission.” 

Laura Stonehill and family riding in Golden Gate Park

Eillie Anzilotti, Public Relations Officer, Livable Streets: My favorite ride crosses the whole city: I start at the Ferry Building and take Better Market Street to the Wiggle. In my childhood memories, Market Street is jam-packed with traffic, and I love how safe it is for biking now. Mid-Wiggle, I stop for a coffee at Café Reveille, slide my to-go coffee into my water bottle cage and keep pedaling! From there, I ride along the Panhandle in the Fell Street protected bike lane—it was installed as a social distancing response during COVID, and I find it to be super useful when the Panhandle path gets crowded. Then it’s on to the car-free route through Golden Gate Park and out to the Great Highway for some ocean views! Unless I take a longer coffee break, the whole ride takes me less than an hour—and it’s safe, (mostly) flat, and beyond pleasant.”   



Published May 14, 2022 at 01:02AM
https://ift.tt/Rk3V0e2

Show HN: Yet another Hacker News client https://ift.tt/pg3PVNt

Show HN: Yet another Hacker News client Hi there everybody, I have been working on this Hacker News client recently and just want to share it here and hopefully gather some feedbacks!, thanks! GitHub link: https://ift.tt/VXdBISZ May 14, 2022 at 12:21AM

Show HN: Character-Based Git Conflict Resolution https://ift.tt/7R2eVTO

Show HN: Character-Based Git Conflict Resolution Hello HN! I was always annoyed by conflicts that can be solved automatically, but still need human intervention. E.g. two people changing the same line, but at different, non-conflicting positions. So I searched for a character based patching library and found this nice article https://ift.tt/dULXRsn and its corresponding library https://ift.tt/sPGflei . Parsing git conflicts, applying patches and showing some useful diffs in the UI helps me to solve 80% of my conflicts automatically. I hope it can help you too. Happy Hacking! https://ift.tt/aQqYSiL May 13, 2022 at 11:31PM

Show HN: Watermelon – open-source VSC ext. to document code and view Git blame https://ift.tt/6SrqeRI

Show HN: Watermelon – open-source VSC ext. to document code and view Git blame Hey there HN! We're a pair of devs looking to get feedback for our open-source project. We're remote engineers who have contracted for many clients overseas. There's a problem that all codebases share: Onboarding devs to a new codebase is hard no matter what. We're also open-source engineers and learned about the techniques used in OSS to tackle the problem. Please give us your feedback. Homepage: https://ift.tt/w7iQmGH Repo: https://ift.tt/nmiZc3p Install: https://ift.tt/O24SUDd... https://ift.tt/nmiZc3p May 13, 2022 at 11:18PM

Thursday, May 12, 2022

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/3SV82fB

Show HN: Display daily records and normal temperatures from across the US https://ift.tt/sFQI6uf May 12, 2022 at 10:24PM

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/5UTvVlz

Show HN: Get a US Company and US Bank Account. Remotely. No SSN Required https://ift.tt/ExPCSVp May 12, 2022 at 09:17PM

Crypto crash: Stablecoin collapse sends tokens tumbling

The sudden demise of TerraUSD sends other crypto-coins into a downward spiral.

from BBC News - Technology https://ift.tt/iRPJEkz

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/Dqmia54

Show HN: Mitmproxy2swagger – Automagically reverse-engineer REST APIs https://ift.tt/wnvTS90 May 12, 2022 at 08:49PM

Apple iPod creator warns the metaverse will encourage trolls

Tony Fadell says the virtual reality world risks damaging human interaction and creating toxicity.

from BBC News - Technology https://ift.tt/HAny2z5

Wednesday, May 11, 2022

Show HN: Automated Capital https://ift.tt/Je4N9SQ

Show HN: Automated Capital https://ift.tt/DHnPK5v May 11, 2022 at 10:46PM

Ukraine war: Don’t underestimate Russia cyber-threat, warns US

A senior intelligence official says a cyber-war raging over Ukraine could escalate further.

from BBC News - Technology https://ift.tt/ZVP4UbQ

Show HN: Catchy melodies made with a diffusion-based neural net assistant https://ift.tt/zfwBSPZ

Show HN: Catchy melodies made with a diffusion-based neural net assistant I've created a diffusion-based neural net generative assistant that makes creating new melodies much easier, even for non-musicians like me. These are meant to be just the catchy "hook" parts of songs, so more work is required to make them into full songs, but this is already handled well by existing products (e.g. there are plugins that can suggest a few possible chord progressions based on the melody and there is even good singing software that I used without any tweaks to make the “voice” playlist: Synthesizer V Studio). This side project turned out to be quite challenging because of how little data there is to train on - several orders of magnitude less than DALL-E or GPT-3 had available for its training, so it required a deep dive into research of new generalization and augmentation techniques and some feature engineering. Various other instruments: Voice: https://www.youtube.com/playlist?list=PLoCzMRqh5SkE1yC8_WtJ-... Synth: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFj7RNZvjr7... Bell: https://www.youtube.com/playlist?list=PLoCzMRqh5SkEYHYvHX9m9... Guitar: https://www.youtube.com/playlist?list=PLoCzMRqh5SkGKvfkP2Oex... Sax: https://www.youtube.com/playlist?list=PLoCzMRqh5SkHfsZgzzdSh... Grand Piano: https://www.youtube.com/playlist?list=PLoCzMRqh5SkFMch5x60uh... SoundCloud electric piano: https://ift.tt/9oWQX3i... SoundCloud vocal: https://ift.tt/9oWQX3i... https://www.youtube.com/playlist?list=PLoCzMRqh5SkFwkumE578YO4qa1NTkmMi4 May 12, 2022 at 01:30AM

Google unveils new Pixel Watch

The firm's first own-brand watch combines Google's operating system and Fitbit health tracking tech.

from BBC News - Technology https://ift.tt/OphwnHx

Show HN: Vessel – Your Passport for the Internet https://ift.tt/EIxFs67

Show HN: Vessel – Your Passport for the Internet https://www.vessel.xyz/ May 12, 2022 at 12:49AM

Show HN: Commands.dev, a searchable collection of commands from across the Web https://ift.tt/hT1ksaK

Show HN: Commands.dev, a searchable collection of commands from across the Web https://ift.tt/K8RusIM May 11, 2022 at 10:19PM

Tuesday, May 10, 2022

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/uzcsTpw

Show HN: Peridot – A functional language based on two-level type theory https://ift.tt/3G0nlK4 May 10, 2022 at 05:56PM

Apple to discontinue the iPod after 21 years

The end of an era for Apple's original music player, which has been overshadowed by the iPhone.

from BBC News - Technology https://ift.tt/9rHp2U8

Elon Musk would reverse Donald Trump's Twitter ban

He says Twitter's decision to ban the former US president was 'morally wrong and flat-out stupid'.

from BBC News - Technology https://ift.tt/1ajpZ0P

Show HN: Generate Art with Python (No NFTs) https://ift.tt/zmGx6vf

Show HN: Generate Art with Python (No NFTs) https://ift.tt/Xnesv4k May 10, 2022 at 09:49PM

Muni Moves You!

Muni Moves You!
By Jeanne Brophy

This week we are launching a campaign to welcome back Muni riders as San Francisco continues to move further into pandemic recovery. The campaign encourages transit trips to destinations throughout the city to reconnect you to the people and places that define our city and shape the communities we belong to.

As many of us adopt new travel patterns for work commutes, school trips with visits to neighborhood businesses, and cultural and sporting activities, Muni offers a reliable, safe option to move about the city.

The launch of the campaign coincides with steadily increasing ridership during the work week and even more increases for weekend ridership. This is good news for SF. Increased ridership will help the city wet its climate goals and reduce traffic congestion. Sustained lower transit ridership can have negative implications for the environment and traffic congestion.

The campaign graphics feature the popular Muni “worm” logo originally designed by Walter Landor in 1975. The abstract logo morphs into iconic images of San Francisco culture. Customers returning to the system will see ads on buses, social media, digital ads, and outdoor media throughout the city. The campaign is a reminder of the importance that public transit plays in fueling the city’s economic and cultural life.  

The theme of the campaign is “Muni Moves You”  and is focused on the many reasons to take transit to destinations throughout the city including dining, shopping, nightlife, and museums. Additionally, the campaign educates the public on how the transportation system has evolved during the pandemic with improvements to routes and the expansion of transit lanes throughout the city.  Check out the campaign video to understand some of the changes that have been done.

Look for the #MuniMovesYou, #TakeMuni social tags for the campaign as it rolls out this week encouraging everyone to take Muni as an efficient, reliable, cleaner system than the one experienced before the pandemic. We are always listening so keep the feedback coming.

Visit the campaign page (SFMTA.com/MuniMovesYou).



Published May 10, 2022 at 11:03PM
https://ift.tt/E7L40Jy

Monday, May 9, 2022

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/VtOcYfb

Show HN: A simple but effective chess engine in JavaScript https://ift.tt/3AlsKpt May 10, 2022 at 01:32AM

Twitter: X marks the spot for Elon Musk's growth plans

A document shown to prospective investors may shed light on the Tesla boss plans for Twitter.

from BBC News - Technology https://ift.tt/tQLbg5R

Show HN: Pythondocs.xyz – Live search for Python documentation https://ift.tt/SGgdHc8

Show HN: Pythondocs.xyz – Live search for Python documentation Hi everyone! I've been working on a web search interface for Python's documentation as a personal project, and I think it's ready for other people to use... Please give it a go (and join me in praying to the server gods): https://pythondocs.xyz/ Here's the tech stack for those interested: - Parser: Beautiful Soup + Mozilla Bleach - Database: in-memory SQLite (aiosqlite) + SQLAlchemy - Web server: FastAPI + Uvicorn + Jinja2 - Front end: Tailwind CSS + htmx + Alpine.js I have ideas for future improvements but hopefully the current version is useful to someone. Let me know what you think! https://pythondocs.xyz/ May 10, 2022 at 01:27AM

Show HN: 3D Portfolio website with late 90s aesthetic, made with Three and React https://ift.tt/1QsHZPg

Show HN: 3D Portfolio website with late 90s aesthetic, made with Three and React https://ift.tt/p0OKGkl May 9, 2022 at 07:18PM

Show HN: Suggest a Feature for Any App https://ift.tt/TzQFaE8

Show HN: Suggest a Feature for Any App https://ift.tt/A7VhR25 May 9, 2022 at 05:43PM

Sunday, May 8, 2022

Is it fair for fantasy football managers to rely on AI?

Some managers think artificial intelligence helps remove their bias but others think it's cheating.

from BBC News - Technology https://ift.tt/CUr2e3K

Show HN: Decision engine – AI-assisted decision making https://ift.tt/0bA3glx

Show HN: Decision engine – AI-assisted decision making https://ift.tt/BVbPpIH May 9, 2022 at 01:17AM

Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/58pI43i

Show HN: A tool that complements Google & Reddit for finding niche information https://ift.tt/I3WoMYR May 9, 2022 at 12:51AM

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/iKqGT8f

Show HN: Optimal Stock Weights in a Portfolio, Tangency & Global Min Variance. https://ift.tt/UmSu6y5 May 9, 2022 at 12:01AM

Show HN: Wordle in Python using literate programming https://ift.tt/0atXl6E

Show HN: Wordle in Python using literate programming Hey HN! I wanted to demo TDD with Python, as well as showcase some BDD practices I've been blogging about recently[1]. So I used literate programming to implement Wordle, and rendered the narrative into this "Show HN" webpage. I'm certainly no Knuth, but I'm pretty proud of the result. Proud enough to chance myself to a HN post, and risk HN's mockery and ire: my first "Show HN". I hope this crowd will enjoy this annotated walkthrough of Wordle implementation in Python. Codebase available on Github[2]. Relevant for folks here (though not covered in the main narrative) is how the Gherkin files are listed as Requirements[3] via Sphinxdocs extensions[4] [1]: https://jiby.tech/ [2]: https://ift.tt/QEyMlBj [3]: https://ift.tt/joRrdMQ... [4]: https://ift.tt/sICRYa6... https://ift.tt/8zRq2ib May 9, 2022 at 12:53AM

Saturday, May 7, 2022

Show HN: I Dissected an iPhone Battery https://ift.tt/lPY7fmZ

Show HN: I Dissected an iPhone Battery Peeled off layer by layer to see how the fruit tasted inside. (DON'T do it at home. I had protection) https://www.youtube.com/watch?v=rWYAA5NMLMg May 8, 2022 at 09:29AM

Show HN: Pipe Watch split screen demo https://ift.tt/UMEvgQX

Show HN: Pipe Watch split screen demo https://ift.tt/zSUFv6a May 8, 2022 at 07:20AM

Show HN: Jira to Gitlab Issue Migration Tool https://ift.tt/2jCBpcJ

Show HN: Jira to Gitlab Issue Migration Tool $DAYJOB needed to migrate from JIRA to Gitlab due to business reasons (not related to the recent outage), so I wrote this issue migration tool [1] to help us preserve our historical data. This tool will copy issues from various JIRA projects to mirrored Gitlab projects (e.g. A jira project named JIRA-PROJECT1 will have its issues migrated to a gitlab project GL-PROJECT1). The tool also migrates issue comments to Gitlab notes and will recreate the existing issue links. YMMV, but this is working well for us. Comments welcomed. 1: https://ift.tt/G45CWil May 8, 2022 at 07:01AM

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/tzgTQrL

Show HN: Using Wave Function Collapse to create a 2D map https://ift.tt/isKV0xP May 8, 2022 at 04:23AM

Friday, May 6, 2022

Show HN: Sonse, a note-taking CLI for plaintext enthusiasts https://ift.tt/f7tSZmn

Show HN: Sonse, a note-taking CLI for plaintext enthusiasts https://ift.tt/TkcHnmb May 7, 2022 at 09:23AM

Period tracking apps warning over Roe v Wade case in US

Digital rights group the Electronic Frontier Foundation says women must know how their data is being used.

from BBC News - Technology https://ift.tt/4dkXq0E

New Sculptures Light up Van Ness Avenue

New Sculptures Light up Van Ness Avenue
By Luis “Loui” Apolonio

A light sculpture of colorful round orbs of light on bent and angled colored poles installed at Van Ness and O’Farrell streets

Light sculpture at Van Ness Avenue and O'Farrell Street

Spectators gathered both online and in person to watch new lighting sculptures on Van Ness turned on for the first time on March 31, 2022. The whimsical and brightly colored sculptures located on the new Van Ness BRT boarding platform between Geary and O’Farrell are made of steel with LED lights inside on a timer set to illuminate at night. 

The lighting event was kicked off with SFMTA Director Jeff Tumlin and MTAB Chair Gwyneth Borden serving as emcees. Mary Chou, Director of Public Arts and Collections at the San Francisco Arts Commission, spoke about the art installation itself, as well as the process for selecting the artist who would be awarded the project. In addition, Maddy Ruvolo, a member of the SFMTA’s Accessible Services team and a recently appointed member of President Biden’s U.S. Access Board, shared the importance of having accessibility as a part of transportation projects. 

However, the true star of the evening was the light sculpture itself—the two installations at the intersections of Geary and O’Farrell streets are parts of a single piece of art. At a prime location among the culture, arts and civic life of Van Ness Avenue, this artwork is meant to inspire conversation. 

Contrasts among Pardo’s modern fixtures provide pops of bright color and light against the architecture and more muted tones nearby. The light sculpture at once stands out as being unique and colorful while also complementing the space in which it exists without competing with the surrounding visual elements in the area.  

Cuban-American artist Jorge Pardo described the sculpture as “an urban coastal redwood.. it is made of steel, light and weather… it is young not old… it comes out of the concrete…not the soil…it does not grow… its purpose is to orient and remind… maybe of the past... maybe the present... it is an urban machine…” 

Pardo, who is based in Los Angeles, is an internationally acclaimed contemporary artist and 2010 MacArthur Fellow known for colorful, architectural, thought-provoking designs. His work is displayed in Miami, Berlin, New York and Paris, and now San Francisco.  

The San Francisco Arts Commission selected his proposal which was then shared with the public for comments in 2015. San Francisco’s commitment to public art is codified in the 1969 Arts Enrichment Ordinance, which mandates a percentage of construction costs be earmarked for public art.  

Pardo’s creations provide plenty for San Franciscans to discuss. Next time you’re on a bus traveling down Van Ness, visit the new installation and be sure to catch a selfie of yourself with the sculptures. 

Published in memoriam of our colleague, Luis “Loui” Apolonio. 



Published May 07, 2022 at 06:21AM
https://ift.tt/UdpFs83

BBC announces first ever Gaming Prom

The event will be taking place on 1 August 2022 at the Royal Albert Hall in London.

from BBC News - Technology https://ift.tt/B4cAMNp

Show HN: Tamagui Beta https://ift.tt/FP3tmK9

Show HN: Tamagui Beta https://ift.tt/4a7gySw May 7, 2022 at 12:47AM

Show HN: An Absurdly Compatible Website https://ift.tt/up0YdMg

Show HN: An Absurdly Compatible Website Hey all, I was inspired by the other thread to make a quick video demo of what an Absurdly Compatible Website may look like when implemented. This one does have some JavaScript, but degrades gracefully and supports text-mode browsers, no-JS browsing, and all the classics like IE3 and NN3 and Lynx. https://www.youtube.com/watch?v=E-_yr31biGM Kudos to anyone who can name all the browsers used in the demo, I think it's more than 20 different ones :) You can also check out the site live at https://ift.tt/Yn26spF or https://ift.tt/DNeS9co, at least until it's hugged. The framework for this is a static-dynamic hybrid site generator with full transparency and decentralizability, which I'm just preparing for this weekend's MIT Bitcoin Expo, so please let me know if you find any issues. Code is on GitHub: https://ift.tt/SeL9WlT May 7, 2022 at 01:07AM

Show HN: Pi Router with USB Adapters https://ift.tt/wC74RgY

Show HN: Pi Router with USB Adapters https://ift.tt/YuP3DzZ May 6, 2022 at 11:24PM

Thursday, May 5, 2022

Show HN: Art Diario – Curated art on your desktop every day https://ift.tt/SalI0MO

Show HN: Art Diario – Curated art on your desktop every day Hey HN! I made a little app that changes your desktop background to a new piece of curated art every day. Everyone sees the same art so you can talk to your friends about it! I learned to code a couple years ago from a bootcamp to fulfill a lifelong desire to be able to create end-to-end applications. I've been a designer, I've been a PM, but I really wanted to be able to build the things in my head. This is my first attempt to build something entirely from scratch! This seemed so simple at first. All it does is change your background! But I wanted a fancy little admin panel that allowed me and my wife to upload new art. I wanted to be able to make the crop that ends up on your desktop really straightforward. I wanted it to be cheap to host, so hella caching. Also, omg, timezones! Marketing images and websites! There were so many pieces to this, it is honestly astonishing how much work indie makers put into their solopreneur apps. All mine does is change your background. The people who produce more complicated stuff are really impressive. I'm excited and nervous to share this with you all! Thank you for taking a look! https://ift.tt/WaMFSlB May 6, 2022 at 12:01AM

Show HN: Tetris, but silly. (instantly launching game prototype) https://ift.tt/oRVYQf8

Show HN: Tetris, but silly. (instantly launching game prototype) https://ift.tt/MaJW9rm May 5, 2022 at 11:33PM

Show HN: High Browse, esoteric web search (alpha quality) https://ift.tt/MQKd0nO

Show HN: High Browse, esoteric web search (alpha quality) Hi HN, I’ve been developing my own take on a web search engine for about six months. I’ve crawled just a few pages each from about 10 million websites each at the moment, but only the most lightweight websites are included as of this moment. I’m keen to hear what you make of this, and what you want to see next. Cheers, Ali https://highbrow.se/ May 5, 2022 at 10:09PM

Show HN: Build presentation slides with widgets from Python Notebook https://ift.tt/W62aSxU

Show HN: Build presentation slides with widgets from Python Notebook https://ift.tt/h0MqAxs May 5, 2022 at 09:30PM

Wednesday, May 4, 2022

Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/o016A9r

Show HN: I compiled a list of resources for becoming a smart contract auditor https://ift.tt/crzxNSf May 5, 2022 at 04:37AM

Show HN: I built a site that summarizes articles and PDFs using NLP https://ift.tt/cdFnQK3

Show HN: I built a site that summarizes articles and PDFs using NLP https://summarizen.com/ May 5, 2022 at 01:27AM

Show HN: USV = Unicode Separated Values https://ift.tt/BYjVr41

Show HN: USV = Unicode Separated Values https://ift.tt/YHIfg9Z May 5, 2022 at 12:41AM

Show HN: ToolJet 1.11 OSS Retool alternative with realtime multiplayer editing https://ift.tt/sz4gFJy

Show HN: ToolJet 1.11 OSS Retool alternative with realtime multiplayer editing https://ift.tt/yCFNOS6 May 5, 2022 at 12:34AM

Cyber-security chiefs warn of malicious app risk

Devices from smart speakers to fitness trackers have apps, and cyber-criminals are exploiting weaknesses.

from BBC News - Technology https://ift.tt/7ZA4Grl

Show HN: Compose-regexp.js Build readable and maintainable RegExps. ReDOS begone https://ift.tt/rNLEwCY

Show HN: Compose-regexp.js Build readable and maintainable RegExps. ReDOS begone This is an old lib I just rejuvenated, adding support for Unicode RegExps, properly handling back-references, and taking advantage of these to create helpers that turn things that are usually too impractical to use into usable techniques. It lets you write anything you'd write with normal RegExps, but with a more readable syntax, and it lets you compose sub-expressions into larger patterns. It also provides helpers like: - `atomic()` that prevents the engine from backtracking into what you passed as argument. No more ReDOS. - `bound()` works like `\b` but for arbitrary character sets. E.g. `bound(/[_\p{L}\p{Number}]/u)` is a Unicode-aware `\b` - Set operations on character classes: `charSet.intersection(/\p{Lowercase}/u, /\p{Script=Greek}/u)` will only match lower case greek letters I hope you'll find it useful! https://ift.tt/tMckZ83 May 4, 2022 at 11:07PM

Tuesday, May 3, 2022

Show HN: Self-hostable app to send push notifications and files to phone/desktop https://ift.tt/dogmpxk

Show HN: Self-hostable app to send push notifications and files to phone/desktop https://ntfy.sh May 4, 2022 at 02:28AM

Making Way for the Muni Metro of our Dreams

Making Way for the Muni Metro of our Dreams
By Erin McMillan

In order to achieve the SFMTA’s vision for transit service, we have some work to do. Staff have provided an overarching framework for how SFMTA will achieve a truly dazzling vision for Muni service: The Muni Metro Modernization program. 

Chart showing the projects that fall under the Muni Metro Modernization program.

The Muni Metro Modernization program. 

The program uses a multifaceted approach: As a foundation, making state of good repair upgrades and replacing aging systems through our Subway Renewal Program already underway. San Francisco's Muni Metro subway system moves our highest volumes of customers through the core of the city. And it operates on infrastructure that was constructed between 50 to 100 years ago, much of it original. It is well-documented that Muni Metro has been plagued with service reliability problems for decades. The Subway Renewal Program lays out a systematic approach to capital upgrades over the next ten years, targeting strategic repairs, replacing and enhancing our most critical systems. This work will improve our subway’s resilience and prepare it for the demands of the future. Much of this work over the next ten years include things that customers never see, but are essential to keeping the system safe, efficient and reliable.  

Another major project that will increase the Muni Metro network’s capacity, and reduce wait times and crowding on your Muni Metro trips:  the Train Control Upgrade Project (TCUP). TCUP possesses the greatest potential of any single investment to significantly improve system efficiency. Our outdated centralized train control system is under constant pressure and is increasingly operating beyond the capacity for which it was designed nearly three decades ago. 

While we’ve learned operational and service lessons throughout the pandemic, we’re continuing to improve our ability to measure the health of the subway. Using data dashboards to monitor subway travel time, queuing, average daily subway delay and maximum trains per hour, we’re improving our ability to make informed decisions about subway operations and service. Following the successful pilot of the J Church surface-only route, we’re looking for ways to increase our adaptability and improve responsiveness to changing travel patterns.  

In addition to improving subway infrastructure and performance, the Muni Forward program will focus on improving surface rail through capital improvements that will increase the reliability and performance of the line segments operating outside of the subway. Customers will continue to feel the positive impacts from the Muni Forward program with more reliable surface rail service that translates into a more reliable subway.  

The Train Control Upgrade Project bridges state of good repair improvements and service improvements by replacing a 20+ year old system in the subway and expanding new technology to the surface. And of course, strategic investment in our light rail fleet and facilities is critical to achieve this work.  

In addition to improving the infrastructure and service of Muni Metro, we are also planning for the future. The Muni Metro Core Capacity Planning Study sets out to answer critical planning questions for our system— What is our future higher-capacity transit system?​ What is the program of infrastructure projects and service that will get us there?​ How can we get more capacity in the subway and at the same time improve reliability? We have already begun to experiment with innovative service approaches, such as the J Church Surface-only Pilot, as a way to test some of the service ideas that will be explored further in the Core Capacity Planning Study. Building upon the work laid out in the Metropolitan Transportation Commission Bay Area Core Capacity Transit Study and the ConnectSF Transit Strategy, the Core Capacity Planning Study will develop a comprehensive long-term strategy for expanding the capacity of the Muni Metro system.  

We know what the issues with Muni Metro are—and we have the tools and programs in place to improve the system. From capital improvements like train control system upgrades to improving our service performance through the Muni Forward program and innovative service solutions like the J Church Surface-only Pilot, we’re working to improve the reliability and service of the Muni Metro both in the near and long term. 

For more information, visit the Muni Metro Modernization Program page.



Published May 04, 2022 at 02:50AM
https://ift.tt/atkM0nu

Amazon ends Android shopping app digital downloads

The move is in response to Google's app store policies, under which it takes 30% commission on all sales.

from BBC News - Technology https://ift.tt/tlywb3f

Show HN: A 3K Posix bootstrap kernel written in hex https://ift.tt/G5WTsrC

Show HN: A 3K Posix bootstrap kernel written in hex https://ift.tt/Y4lmLfq May 3, 2022 at 11:41PM

Show HN: I made my first algorithm https://ift.tt/LnxCB24

Show HN: I made my first algorithm Hi I'm a newbie programmer I made a simple algorithm for finding side lengths of the smallest perimeter rectangle whose side lengths are integers and whose area is x? I can be used to find factors of a number So what do you think about my algorithm (performance?) Is this algotihm already exist? https://ift.tt/BkRp1iD May 3, 2022 at 11:13PM

People can now get contact info cut from Google search results

The web giant makes it easier to request that results linking to contact information are removed.

from BBC News - Technology https://ift.tt/J0H5b3W

Show HN: Interactive real-time simulation of flowing crystals https://ift.tt/Ox6VLAe

Show HN: Interactive real-time simulation of flowing crystals https://ift.tt/4HdmFgy May 3, 2022 at 10:53PM

Monday, May 2, 2022

Show HN: PostgresML, now with analytics and project management https://ift.tt/WeMUJ3Z

Show HN: PostgresML, now with analytics and project management We've been hard at work for a few weeks and thought it's time for another update. In case you missed our first post, PostgresML is an end-to-end machine learning solution, running alongside your favorite database. This time we have more of a suite offering: project management, visibility into the datasets and the deployment pipeline decision making. Let us know what you think! Demo link is on the page, and also here: https://ift.tt/xYbmt2S https://postgresml.org May 3, 2022 at 12:48AM

Show HN: My Virtual Bookshelf https://ift.tt/CFNY7Ql

Show HN: My Virtual Bookshelf https://ift.tt/ahRNmuI May 2, 2022 at 11:13PM

Show HN: Everything I Know Wiki https://ift.tt/AyY74Qt

Show HN: Everything I Know Wiki https://wiki.nikiv.dev/ May 2, 2022 at 02:30AM

Show HN: How did I live without Pipe Watch? https://ift.tt/Z7xshg9

Show HN: How did I live without Pipe Watch? https://ift.tt/lWZzLTc May 2, 2022 at 01:43PM

Sunday, May 1, 2022

Show HN: Web Tool for Training Music Soft-Skills https://ift.tt/Ov7T2qG

Show HN: Web Tool for Training Music Soft-Skills https://ift.tt/34cfiZt May 2, 2022 at 04:23AM

Show HN: Async Fundraising – Raise your seed round from Slack https://ift.tt/jduID1V

Show HN: Async Fundraising – Raise your seed round from Slack https://ift.tt/PDbnZC9 May 2, 2022 at 12:16AM

Netflix cancels Meghan Markle animated series 'Pearl'

The announcement comes as the streaming giant makes cost cuts after subscriber numbers fell.

from BBC News - Technology https://ift.tt/VCTWwNS

Show HN: I am developing a type safe colorspace library for Rust https://ift.tt/Kn4UsuB

Show HN: I am developing a type safe colorspace library for Rust After two weeks of planning and figuring out how to manage conversions safely, I have finally published the first version of my crate :) It allows you to specify your own colortypes and easily use the same syntax for converting between your custom color types! I also started working on a custom image type that can do math :) https://ift.tt/sYEd3Dn May 2, 2022 at 06:31AM

Show HN: How to Professionally Say https://ift.tt/aiVLUdn

Show HN: How to Professionally Say https://ift.tt/0niz4y9 May 1, 2022 at 08:50PM

Snapchat's flying selfie drone

The company behind Snapchat and Spectacles is now selling a drone camera named Pixy.

from BBC News - Technology https://ift.tt/yOAbeFu

Show HN: Userscript to make HN @usernames clickable https://ift.tt/9Qc7HPI

Show HN: Userscript to make HN @usernames clickable https://ift.tt/Uyz7D05 May 1, 2022 at 03:34PM

Show HN: Turn GitHub repos into tutorials with code that can be edited and run https://ift.tt/AQCXnlh

Show HN: Turn GitHub repos into tutorials with code that can be edited and run https://io.livecode.ch/ May 1, 2022 at 05:25PM