ads

Tuesday, February 28, 2023

FTX's Nishad Singh pleads guilty to fraud charges

Former FTX engineer says he is 'unbelievably sorry' for his role in the alleged crypto scheme.

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

Show HN: Collect and search robotics data with SensorSurf https://ift.tt/CfGjP5L

Show HN: Collect and search robotics data with SensorSurf We've been building SensorSurf and are thrilled to share our beta with the robotics community: https://ift.tt/msjpbf2 . SensorSurf is an open source platform that makes it easy for robotics engineers to collect and search data from their fleet. You can define triggers for when to record data (e.g. emergency stop) and capture the moments leading up to the event with rolling buffers. We integrate directly with ROS. Drop our agent into your system, and start collecting data! ================= What prompted me to found this company: > I was a perception engineer working on autonomous boats. > I needed tons of imagery to build computer vision datasets. > It was impossible to offload all this data over satellite. > I interviewed robotics companies, and learned this was a common problem. ================= Our beta enables you to: 1. Trigger recording on arbitrary ROS topic data. 2. Capture the data leading up to the trigger (rolling buffer). 3. Offload over a poor connection (set max upload rate). 4. Search imagery with natural language. ================= Open source announcement: https://ift.tt/EZQykdi https://ift.tt/9hG1Qv3 March 1, 2023 at 02:02AM

Show HN: No-framework, customizable, animate-able, SVG

Black History Lost and Found: Dorothy Jaymes and Accessible Transit

Black History Lost and Found: Dorothy Jaymes and Accessible Transit
By Jeremy Menzies

We continue to celebrate Black History Month by sharing the stories of SFMTA staff whose revolutionary work helped pave the way for future generations of Muni riders. Today, we look at the incredible contributions of Dorothy Jaymes, who played a critical role in helping advance accessibility on transit in San Francisco at a time when little was being done.  

Employees standing in between shelving holding various items such as a umbrella, tennis racket and bicycles. The shelving is filled with additional various items.

Jaymes (left, holding tennis racket) with her assistant, Linda Westry in the Muni Lost & Found Department in 1977. 

Born in Lake Charles, Louisiana, Jaymes started her career in Muni’s Lost & Found Department in the 1970s. According to a 1977  article in the department newsletter, Trolley Topics, she took her job seriously, accounting for every lost item no matter how small or large. 

Around the same time, protests by local disability rights advocates exposed the issues of poor access to public transit to local officials. The city responded in part by seeking contracts for new buses with passenger lifts in 1978 and by establishing the Elderly & Handicapped Program, to which Jaymes was a foundational contributor. 

Group photo of employees. The back row of three staff is standing. The front row of three staff is seated. One emplyee is wearing a Muni work vest.

Members of Muni Elderly & Handicapped Office staff in 1985, with Jaymes at center. 

By October 1979, Jaymes headed up the E&H Office and was responsible for processing applications for discounted transit fare cards. An early version of the Free Muni for People with Disabilities Program, this program lowered the cost of transit for people who needed it most. 

Jaymes’ role in the office played a critical part in improving access to transit for all San Franciscans. 

Employee smiling and holding a vintage card camera

Working out of a room in the Muni Photo Department, Jaymes wields an ID card camera in this 1979 photo. 

She left Muni in 1990 and finished out her career with the City of San Francisco at the Planning Department, before retiring in the early 2000s. Jaymes returned to Louisiana in retirement and passed away in 2015 at age 89. One of her former San Francisco co-workers remembered her as “a wonderful woman who was strong and always stood up for the workers.” 

So often, we only hear the stories of major figures and their brave breakthroughs in history. Capturing the full story begins with also celebrating and recognizing the contributions of our “unsung heroes,” whose daily work is still helping Muni riders today.  



Published March 01, 2023 at 12:31AM
https://ift.tt/jIpsr7L

Show HN: Crul || Query Any Webpage or API https://ift.tt/Zkdgn3N

Show HN: Crul || Query Any Webpage or API https://www.crul.com/ February 28, 2023 at 11:12PM

Show HN: Scribble Diffusion – Turn your sketch into a refined image using AI https://ift.tt/xCbYfin

Show HN: Scribble Diffusion – Turn your sketch into a refined image using AI https://ift.tt/EToXLJF February 28, 2023 at 11:52PM

Monday, February 27, 2023

Show HN: Former game devs building a platform showcasing game projects https://ift.tt/01fzeb5

Show HN: Former game devs building a platform showcasing game projects https://ift.tt/JfVBeM1 February 28, 2023 at 05:22AM

Show HN: Collection of 2k+ Startup Incubators and Accelerators (global) https://ift.tt/tbyYjNa

Show HN: Collection of 2k+ Startup Incubators and Accelerators (global) https://ift.tt/ZBjs0J5 February 27, 2023 at 11:13PM

Show HN: AI Email Summaries https://ift.tt/de0ZFMS

Show HN: AI Email Summaries Harness the magic of AI built directly into your inbox with Smart Summaries. Summaries save you precious time by using AI to intelligently capture the main points of an email in just a few sentences. https://ift.tt/UfdZSis February 28, 2023 at 12:16AM

Show HN: RunAfter runs a command after a process ended https://ift.tt/oJ2cUbQ

Show HN: RunAfter runs a command after a process ended https://ift.tt/BhuSnXO February 28, 2023 at 12:30AM

Show HN: Codesearch, a command-line tool for searching your codebase https://ift.tt/RNvECsg

Show HN: Codesearch, a command-line tool for searching your codebase https://ift.tt/KZye94q February 27, 2023 at 11:31PM

Show HN: Go Bindings for Roc Toolkit https://ift.tt/yFUWc8G

Show HN: Go Bindings for Roc Toolkit https://ift.tt/0pEQcBV February 27, 2023 at 11:09PM

Show HN: DbDeclare – A Python declarative layer for your database https://ift.tt/opzFgwe

Show HN: DbDeclare – A Python declarative layer for your database Hi HN! I made and just published v0.0.1 of DbDeclare. I use Python a lot, and interact with Postgres a lot. I like using SQLAlchemy, and I love Alembic. Those wonderful tools primarily operate on tables, though, and I often find myself writing custom code to declare what databases, roles, schemas, privileges, etc. I want, and I have a hard time updating them reliably and in a repeatable fashion. That's where DbDeclare aims to help: declare what you want in your cluster (in addition to SQLAlchemy-defined tables and columns) in-code, alongside your tables. There is a lot this can't do yet (thus the v0.0.1), but I think there's a decent foundation here to build on and eventually have really nice features like autogenerating change statements between your in-code definition and what is actually in your database cluster (like Alembic). This is also my first attempt at building an open-source project, so I'm sure there are plenty of mistakes. Please feel free to provide feedback, I'd love to make it better. For what it's worth, I'm aware that you can do some of this at the infrastructure-as-code layer using a tool like Terraform/Pulumi. My personal preference is to have all this sit closer to my tables rather than my infrastructure, so here we are. Anyway, let me know what y'all think. Thanks! https://ift.tt/JoU6exO February 27, 2023 at 11:04PM

Sunday, February 26, 2023

Missing Chinese tech banker 'assisting' authorities

Bao Fan's disappearance this month renewed concerns of a potential crackdown on finance and tech figures.

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

The high-tech weeding machines cutting herbicide use

Using AI technology, the latest weeding systems can automatically find and spray individual weeds.

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

Britishvolt bought by Australian firm Recharge Industries

Recharge Industries will pay £4bn for Britishvolt, the start-up that collapsed in January.

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

Show HN: Open-source collection of Developer Roadmaps created using ChatGPT https://ift.tt/VhEO9sC

Show HN: Open-source collection of Developer Roadmaps created using ChatGPT https://ift.tt/eSKw1Bv February 27, 2023 at 12:38AM

Show HN: Visualize your Apple Health data in Grafana https://ift.tt/JsDp9If

Show HN: Visualize your Apple Health data in Grafana Hi HN, I made a tool for displaying your Apple Health data (activities, workouts, body metrics) and display them in Grafana to be manipulated, aggregated etc. It's useful for finding trends, get daily/monthly/yearly stats and visualize outdoor routes on a bigger screen ! https://ift.tt/guIkxa2 February 27, 2023 at 12:35AM

Show HN: LLMs can be susceptible to a new kind of malware https://ift.tt/Cta7WxD

Show HN: LLMs can be susceptible to a new kind of malware https://ift.tt/LciT1Iy February 26, 2023 at 08:26PM

Saturday, February 25, 2023

Show HN: Rent Engineers – Freelance professional engineers directory https://ift.tt/5ZrsewU

Show HN: Rent Engineers – Freelance professional engineers directory RentEngineers is a freelance professional engineers directory. It helps engineers to monetize their free time and businesses to find the best engineers in the world to solve their problems. Its a simple app, no bells & whistles. If the app finds enough traction then i will rent a designer to improve the UI. Pros: Desktop view is good, not SPA & lite Con: mobile view is not good at the momment Suggestions/feedback/advices/feature requests are welcome Thanks for your time. https://ift.tt/8sHtjcV February 26, 2023 at 07:42AM

Show HN: AI Files – manage and organize your files with AI https://ift.tt/XoDBYMt

Show HN: AI Files – manage and organize your files with AI https://ift.tt/yI8mKhe February 26, 2023 at 08:49AM

Show HN: Interviewing Ronald Reagan in 2023 Using AI (ChatGPT and ElevenLabs) https://ift.tt/nkfQ7Uu

Show HN: Interviewing Ronald Reagan in 2023 Using AI (ChatGPT and ElevenLabs) https://twitter.com/ammaar/status/1627729711081345024 February 26, 2023 at 08:02AM

Show HN: Bearclaw – tiny static site generator with RSS https://ift.tt/J6lnPD1

Show HN: Bearclaw – tiny static site generator with RSS hey yall, I made bearclaw because I just wanted an unopinionated static site generator with no toolchain and fancy stuff going on; it'd be my pleasure to show it to you today and answer any questions you might have. If you do end up trying out bearclaw, you can use nginx or your favorite webserver. Earlier this week I made eclaire - a static site webserver with compression, caching, and automatic HTTPS through letsencrypt. https://ift.tt/NRb4KkP https://ift.tt/PXrCyqx February 25, 2023 at 10:10PM

Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://ift.tt/R2KdQjJ

Show HN: 138 Generative AI tools for images, text, videos, code, audio, and 3D https://aigen.tools/ February 26, 2023 at 01:44AM

Show HN: Share your AI-generated images https://ift.tt/Nde4AFR

Show HN: Share your AI-generated images https://ift.tt/BkXSgpw February 26, 2023 at 12:07AM

Show HN: I built a map of countries where Google Analytics is declared illegal https://ift.tt/bN0h48g

Show HN: I built a map of countries where Google Analytics is declared illegal https://ift.tt/mBULE0a February 25, 2023 at 04:59PM

Friday, February 24, 2023

The tech helping people get a better night's sleep

Individuals suffering from insomnia are increasingly turning to tech for assistance.

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

N Judah Motorization Allows City Partners to Complete Critical Maintenance Work

N Judah Motorization Allows City Partners to Complete Critical Maintenance Work
By Jessie Liang

Crew member by the rail track and an excavator with a shovel along the street with houses lined along the side.

MOW Crew Repairing Damaged Pavement Around Tracks on 9th Avenue

Kudos to the SFMTA’s Maintenance of Way (MOW) teams for successfully completing critical work during the N Judah motorization on Feb. 18 and 19. The purpose of the motorization was to provide access for work to be done in Muni’s right of way by Public Works, PG&E and the SFMTA, including utility pole replacements at Cole and Carl, sewer investigation, repairs at 18th Avenue and Judah and 41st Avenue and Judah. The SFMTA was also making improvements to the J Church surface route between Duboce Park and the Balboa Park Station to increase service reliability, enhance street safety and reduce travel times. 

To maximize the benefits of the motorization, the MOW teams took advantage of the opportunity to complete project milestones and critical maintenance work  for traction power and overhead lines, mechanical systems, light rail track and signals. 

To ensure that our riders had the transit service they needed along this corridor, bus shuttles served as a substitute for N Judah rail service between Ocean Beach and Church and Duboce. Train service continued between Church and Duboce and Caltrain. The SFMTA’s communications team also helped to notify customers of the alternative service plan during the rail shutdown through printed, digital and audio messaging and wayfinding ambassadors.  

Muni maintenance initiatives such as these aim to make subway operations more reliable for customers and prevent future breakdowns. The coordination by our teams across divisions is building on the successful Fix It! Weeks we had last year, which have helped reduce major delays in the Muni Metro by more than 80 percent. We look forward to more to come at our first Fix It! Week scheduled for March 16 to 22.  

For updates, please visit SFMTA.com/NShuttle. For real time service advisories, please follow us on our Twitter at @SFMTA_Muni.  



Published February 25, 2023 at 08:25AM
https://ift.tt/mrgdq6i

Show HN: Atlantis workflow without a backend https://ift.tt/pwnACdN

Show HN: Atlantis workflow without a backend Last week we created a TF cloud alternative that could just run in GH actions and got an overwhelming response on Reddit. A lot of people recommended Atlantis as a way to run terraform plan and apply jobs in your CI. It is used by many great teams (Lyft for example) - however, we see the following issues: - You need to deploy and maintain an Atlantis backend in your infrastructure - It runs terraform commands locally on the same server it is installed in. This makes it tricky to achieve high levels of isolation and repeatability that is typically needed in CI/CD scenarios So we thought: does this really need a backend? Can we somehow make it work without a need to deploy a dedicated service and with terraform jobs running natively in Github Actions with proper isolation? Actually, the only need that makes Atlantis backend irreplaceable is code-level locks (not to be confused with state locks). But these can be stored in a database, accessed directly from the action - it can even be the same DB that is used by Terraform for state locks! So we’ve built a proof-of-concept that does just that: it stores higher-level locks in DynamoDB, so there’s no need for any backend. It works like this : - create a PR - this will create a lock - comment digger plan - terraform plan output will be added as comment - create another PR - plan or apply won’t work in this PR until the first lock is released - you will get Locked by PR #1 comment This proof-of-concept is very much a WIP - for example, there’s no support for apply and then there are things like one PR applied making plans from other PRs thinking new resources need to be deleted; so you need to merge main before re-running plan - and other things like that. Would love to hear what the HN community thinks! https://ift.tt/QaFqHns February 25, 2023 at 04:02AM

Show HN: CloudNative Linux – A shell experience for the cloud https://ift.tt/gnLoYQR

Show HN: CloudNative Linux – A shell experience for the cloud https://ift.tt/OtySxGP February 25, 2023 at 02:15AM

Show HN: AppifyText – Get ready-to-use CRUD apps from plain text descriptions https://ift.tt/yMzenPF

Show HN: AppifyText – Get ready-to-use CRUD apps from plain text descriptions https://appifytext.ai February 24, 2023 at 06:08PM

Thursday, February 23, 2023

Show HN: Google's New ML Algorithm for Unlabeled Data https://ift.tt/4Idsnrj

Show HN: Google's New ML Algorithm for Unlabeled Data https://ift.tt/UbqVlkP February 24, 2023 at 02:34AM

Show HN: PNGR Stack – Postgres/Nginx/Golang/React in Docker-compose, hot-reload https://ift.tt/cMFi1JH

Show HN: PNGR Stack – Postgres/Nginx/Golang/React in Docker-compose, hot-reload I originally shared this here [a couple of years ago]( https://ift.tt/FHmfiVq ) - since then I've upstreamed a bunch of improvements that I've made to various forks I have running in the wild. It's substantially different from the version I originally shared, at this point. Some highlights for dev ergonomics: - Unejected create-react-app w/ typescript for the front-end - Themeable semantic-ui component library tied into the hot-reload loop - json-web-token based user sessions, including middleware with token refresh - sql bindings via sqlc (autogenerates db mocks, too, all hot-reload) - server-side rendering with a sidecar container (prerender) - stubbed out backend "worker" container for async tasks - pre-baked database migration pattern This has been a really productive (and performant!) starter project for me - hopefully it's useful to others. https://ift.tt/P0ixnL8 February 24, 2023 at 03:09AM

Show HN: SMS to Slack streamlines receiving 2FA codes for teams who share logins https://ift.tt/z5s3Fqn

Show HN: SMS to Slack streamlines receiving 2FA codes for teams who share logins https://smstoslack.app February 24, 2023 at 01:20AM

Show HN: Parallax wallpaper engine for Linux and Windows https://ift.tt/Bpg9fJl

Show HN: Parallax wallpaper engine for Linux and Windows https://ift.tt/KXzrLQ9 February 24, 2023 at 12:22AM

Sam Bankman-Fried hit with four new criminal charges

Sam Bankman-Fried is accused of making more than 300 illegal political donations.

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

Show HN: A NixOS-based declarative proxy and redirect server https://ift.tt/MbycF48

Show HN: A NixOS-based declarative proxy and redirect server https://ift.tt/9z1PaFJ February 23, 2023 at 10:33PM

Show HN: Windstatic.160 Free Elements and Layout with Tailwind CSS and Alpine.js https://ift.tt/bOqHQkm

Show HN: Windstatic.160 Free Elements and Layout with Tailwind CSS and Alpine.js https://windstatic.com/ February 23, 2023 at 02:51PM

Wednesday, February 22, 2023

App to block child abuse images gets £1.8m EU funding

A project receives funding to pilot a newly-developed app to combat the demand for abuse images and video.

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

Show HN: IaSQL beta – cloud infra as data in PostgreSQL https://ift.tt/szjZRC0

Show HN: IaSQL beta – cloud infra as data in PostgreSQL https://ift.tt/rWgG2uA February 23, 2023 at 01:03AM

Robots to do 39% of domestic chores by 2033, say experts

Researchers quizzed 65 AI experts on which tasks robots are likely to do in the near future.

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

Child abuse material found on VR headsets, police data shows

Virtual reality technology is exposing children to new risks online, the NSPCC warns.

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

Show HN: Write – a distraction-free text editor to improve your writing skills https://ift.tt/c3NPnRr

Show HN: Write – a distraction-free text editor to improve your writing skills https://ift.tt/C6NpuoJ February 23, 2023 at 12:41AM

Show HN: AskHN https://ift.tt/DUFO24Q

Show HN: AskHN https://ift.tt/faZ13GI February 22, 2023 at 11:09PM

Tuesday, February 21, 2023

Seattle becomes first US city to ban caste discrimination

But a Hindu advocacy group says the ordinance "unfairly singles out and targets an entire community".

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

US Supreme Court wary of removing tech firms' legal shield

A bereaved family accuses YouTube of abetting a terrorist group by recommending its videos to users.

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

Show HN: Strada – Embed accounting automation with one API https://ift.tt/aCYyz0p

Show HN: Strada – Embed accounting automation with one API Hi HN, we’ve been working on an API that makes it easy to add a full set of accounting tools to your product. If you’re building fintech or payments software for businesses, your customers often ask for integrations to their accounting system (Quickbooks, NetSuite, etc). There’s plenty of options for solving the integration problem, but they leave lots of manual work. Customers still need to review each transaction to assign a category, vendor, department, and tax code. With the Strada API, you can offer accounting integrations, cleanse your transaction data, and automatically map transaction details based on each customer’s accounting setup. We’d love any feedback you have. If you want to chat in more detail please reach out through our website. Thanks! https://ift.tt/GSF3Yut February 22, 2023 at 05:28AM

Show HN: Phind.com – Generative AI search engine for developers https://ift.tt/hTr1pwF

Show HN: Phind.com – Generative AI search engine for developers Hi HN, Today we're launching phind.com, a developer-focused search engine that uses generative AI to browse the web and answer technical questions, complete with code examples and detailed explanations. It's version 1.0 of what was previously known as Hello (beta.sayhello.so) and has been completely reworked to be more accurate and reliable. Because it's connected to the internet, Phind is always up-to-date and has access to docs, issues, and bugs that ChatGPT hasn't seen. Like ChatGPT, you can ask followup questions. Phind is smart enough to perform a new search and join it with the existing conversation context. We're merging the best of ChatGPT with the best of Google. You're probably wondering how it's different from the new Bing. For one, we don't dumb down a user's query the way that the new Bing does. We feed your question into the model exactly as it was asked, and are laser-focused on providing developers the most detailed and comprehensive explanations to code-related questions. Secondly, we've focused the model on providing answers instead of chatbot small talk. This is one of the major improvements we've made since exiting beta. Phind has the creative abilities to generate code, write essays, and even compose some poems/raps but isn't interested in having a conversation for conversation's sake. It should refuse to state its own opinion and rather provide a comprehensive summary of what it found online. When it isn't sure, it's designed to say so. It's not perfect yet, and misinterprets answers ~5% of the time. An example of Phind's adversarial question answering ability is https://ift.tt/X3ouHm8... . ChatGPT became useful by learning to generate answers it thinks humans will find helpful, via a technique called Reinforcement Learning from Human Feedback (RLHF). In RLHF, a model generates multiple candidate answers for a given question and a human rates which one is better. The comparison data is then fed back into the model through an algorithm such as PPO. To improve answer quality, we're deploying RLAIF — an improvement over RLHF where the AI itself generates comparison data instead of humans. Generative LLMs have already reached the point where they can review the quality of their own answers as good or better than an average human rater tasked with annotating data for RLHF. We still have a long way to go, but Phind is state-of-the-art at answering complex technical questions and writing intricate guides all while citing its sources. We'd love to hear your feedback. Examples: https://ift.tt/KxAh2XD... https://ift.tt/O3LlC1Q... https://ift.tt/5UFgvNf https://ift.tt/emSn9EM... https://ift.tt/SfU0ZFB... Discord: https://ift.tt/4zoaumY https://phind.com February 22, 2023 at 12:56AM

Microsoft defends $69bn Activision deal

Opponents, including Sony, challenged the proposal at an EU hearing held behind closed doors.

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

Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install https://ift.tt/Glpo8jm

Show HN: QuestDB with Python, Pandas and SQL in a Jupyter notebook – no install https://ift.tt/kjAZb5V February 21, 2023 at 11:30PM

Monday, February 20, 2023

Show HN: My50sTV – Nostalgic TV Simulator https://ift.tt/DldQ78f

Show HN: My50sTV – Nostalgic TV Simulator https://www.my50stv.com February 21, 2023 at 10:40AM

Show HN: Wiregasm, Packet Analyzer Powered by Wireshark Compiled for WebAssembly https://ift.tt/uUEKPa9

Show HN: Wiregasm, Packet Analyzer Powered by Wireshark Compiled for WebAssembly Wiregasm lets you build applications that can leverage Wireshark's packet dissection capabilities in a web browser or nodejs. The project is in its infancy, the goal is to make most of sharkd APIs available in Wiregasm. The bindings at the moment are not perfect as I'm still trying to familiarize myself with Emscripten. It is part of a bigger hobby project that my wife and I are working on, to make some of the development and security tools that we use available in a web browser. https://ift.tt/3XxQN67 February 21, 2023 at 08:30AM

Show HN: I created a website that generates lofi beats https://ift.tt/Q0Kn5ci

Show HN: I created a website that generates lofi beats https://ift.tt/X6Oz7Ei February 21, 2023 at 07:05AM

Show HN: Bing AI just ditched and ghosted me https://ift.tt/fceHQqv

Show HN: Bing AI just ditched and ghosted me https://ift.tt/YyZC6jL February 21, 2023 at 03:42AM

Show HN: Forte, an open-source self-hosted music platform with lots of features https://ift.tt/jIspfPm

Show HN: Forte, an open-source self-hosted music platform with lots of features Hey everyone, I've made a project to make your own music archive streamable and turn it into a complete music platform. The reason I've been working on this project for a while was to stream the CD's I've had at home without any cost and also make a nice looking system to manage and listen to these albums. You can host your own server and use the web player to connect. Also, it is possible to create users and give them access to your own server. Some features of the current release are group sessions, endless listening with radio, fuzzy searches, showing lyrics and specialized context menus. This was the first biggest project I've made using Vue.js and I am open to any suggestions. Feel free to leave a comment. I really appreciate your support! GitHub Repo: https://ift.tt/KiQyxwz Web Player: https://forte.buzl.uk/ https://ift.tt/KiQyxwz February 21, 2023 at 02:51AM

Twitter to charge users for text-message authentication

Elon Musk said Twitter was being "scammed" by phone companies over fake authentication-text costs

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

Remote driving in UK from abroad should not be allowed, says Law Commission

The Law Commission of England and Wales says remotely driven vehicles are a "legal grey area".

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

Show HN: Replbuilder, quickly build a Python REPL CLI prompt https://ift.tt/seS5tTa

Show HN: Replbuilder, quickly build a Python REPL CLI prompt `pip install replbuilder` Making a small tool for easier repl building, no more manual argument parsing. Perfect for creating ops tools and other context heavy cli operations. https://ift.tt/OmUwGfE February 20, 2023 at 01:04PM

Spain to extradite British suspect to US over Twitter hack

Joseph O'Connor faces several charges in connection with the hack of more than 130 Twitter accounts.

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

Show HN: ProtoCURL, a curl for Protobuf https://ift.tt/IBo7KdS

Show HN: ProtoCURL, a curl for Protobuf https://ift.tt/xoLMP3q February 20, 2023 at 03:18PM

Show HN: Visualize Wikipedia on an Interactive Map https://ift.tt/R7zUgeO

Show HN: Visualize Wikipedia on an Interactive Map https://ift.tt/1z7xI8Q February 20, 2023 at 02:18PM

Sunday, February 19, 2023

Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir https://ift.tt/SARCH4u

Show HN: AllyDB – An in-memory database similar to Redis, built using Elixir Hey, everyone. I am currently working on AllyDB, which is basically my own Redis, which I am writing in Elixir. Currently, the database is nowhere close to being ready, as you can see in the roadmap, but I am doing my best to add stuff as fast as possible. Currently the implementation is very simple, with an in memory table, an append log persistence system, as well as an interval persistence system as a backup. The database could definitely be optimized further, especially when it comes to persistence, which I am planning to do in the future. I'm also planning to use Rust NIFs for specific tasks for the performance gains over Elixir and BEAM. Writes and deletes are currently asynchronous, but I will add blocking versions of them soon. I am trying to make the system as fault tolerant as possible, and currently everything except the TCP connections are fault tolerant. I'm also working on a TypeScript client for the project, so yeah, that kind of sums it up. Feel free to check the project and the roadmap out, and let me know what I could improve or give feature or optimization ideas! Thanks, and have a nice one! https://ift.tt/5U3Zuh0 February 20, 2023 at 07:04AM

Show HN: A Web-Based Visual Query Designer for MySQL https://ift.tt/q4NBacC

Show HN: A Web-Based Visual Query Designer for MySQL I built this web-based developer utility few years ago when I couldn't find any opensource GUI-based query builder for mysql (similar to what MS Access had). This app can be run locally. The online demo uses static hardcoded values. Screencast's link is included in the README file. https://ift.tt/dEGDu3Q February 19, 2023 at 11:32PM

Meta to introduce paid-for verification for Instagram

The move comes after Twitter introduced a subscription-based verification service last year.

from BBC News - Technology https://ift.tt/3wQxIM9

Saturday, February 18, 2023

Show HN: Sora, Personal Publishing Platform https://ift.tt/Kzt0peA

Show HN: Sora, Personal Publishing Platform We wanted to create, to express ourselves without being judged either by strangers or some algorithm. We wanted our own space on the internet, where our photos and words would matter. So we started to build an app that can showcase our content, without having to pick a platform. You can use Sora to publish a few different content types. - Blog - Polaroid - Poster - Microblog You can either display them all on your Sora profile as a summary (like mine https://ift.tt/SKd0D5T ), or put any of them forward for the world to see. We plan to run this app for a long time and looking for feedback, so let us know what you think! (feedback@sora.city, or link on website) --- Our stack today is Node, Typescript, NextJS, atomic CSS, with everything stored on Supabase. https://sora.city/ February 19, 2023 at 05:41AM

Show HN: An open source, modern CSV importer tool in React https://ift.tt/dmQ0FqW

Show HN: An open source, modern CSV importer tool in React https://ift.tt/KYJ5hQF February 19, 2023 at 03:46AM

Show HN: 2023 Market Outlooks, Searchable https://ift.tt/vpGfqF3

Show HN: 2023 Market Outlooks, Searchable every year the big banks publish a 2023 market outlooks in the form of PDFs, slides, etc. these are often challenging to grok through so i indexed them all. More how here: https://ift.tt/aeg7Mvt... https://ift.tt/79xwQNW? February 19, 2023 at 12:55AM

Show HN: Neofetch for Git Repositories https://ift.tt/ioIUl5W

Show HN: Neofetch for Git Repositories Onefetch is a command-line Git information tool that displays project information and code statistics for a local Git repository directly to your terminal. The tool is completely offline - no network access is required. Source: https://ift.tt/uYMF0s3 https://onefetch.dev/ February 19, 2023 at 12:35AM

Show HN: Noya – A new kind of design tool https://ift.tt/QFZ4PYz

Show HN: Noya – A new kind of design tool Hi HN. I've been working on a new browser-based design tool that's ready for you to try. The idea is you work on your design in low fidelity wireframes, while still getting a high fidelity output that you can share or use as a reference for your implementation. The way it works is by mapping low fidelity blocks you draw into high fidelity design system & React components. I spent several years working on design tools at companies like Airbnb, and I think the ideas behind many of the tools we built for designing at scale could really help startups and small teams as well. I would love any feedback you have! PS: Most of Noya is open source at https://ift.tt/XuoF3Zh https://ift.tt/u9jSx8O February 19, 2023 at 12:10AM

Show HN: Node.js REPL with GPT3 Completion https://news.ycombinator.com/item?id=34848210

Show HN: Node.js REPL with GPT3 Completion https://ift.tt/QHbwgWV February 18, 2023 at 11:36PM

Friday, February 17, 2023

Show HN: TCP-based dynamic reverse proxy https://ift.tt/Uj4v8ES

Show HN: TCP-based dynamic reverse proxy https://ift.tt/VUpcY9i February 18, 2023 at 10:47AM

Show HN: BrokeAF allows you to review costs before making OpenAI calls https://ift.tt/b4yCcIv

Show HN: BrokeAF allows you to review costs before making OpenAI calls https://ift.tt/j4phzBM February 18, 2023 at 08:16AM

Show HN: An open-source API built on top of OpenAI Embeddings and Pinecone https://ift.tt/QVYIbx6

Show HN: An open-source API built on top of OpenAI Embeddings and Pinecone Hi, I'm Ben, the co-creator of Embedbase. Embedbase lets you use OpenAI Embeddings and Pinecone seamlessly. For example, you can add Embedbase to your app and pair it with GPT3 to allow people to search using natural language (e.g. How many workouts did I complete last week?), or simply expanding your current search experience beyond full-text search (e.g. looking for "similar" documents in Notion to find other related information) Managing embeddings is uncharted territory, we needed to discover the best practices ourselves. Now we're happy to share our learnings with Embedbase. Shoot if you have any questions https://www.embedbase.xyz/ February 18, 2023 at 12:29AM

Show HN: Bella Coven, A GPT-3 powered tarot reader Discord bot https://ift.tt/ncG7JFy

Show HN: Bella Coven, A GPT-3 powered tarot reader Discord bot Presenting Bella Coven, a GPT-3 powered tarot reader Discord bot. Pulls cards from an AI-generated tarot deck, and answers your question based on the pulled cards' energy. Code: https://ift.tt/vum1iIB https://ift.tt/RhU7nMm February 18, 2023 at 03:56AM

Show HN: Epstein Documents, Fully Searchable https://ift.tt/7UAi0V8

Show HN: Epstein Documents, Fully Searchable https://ift.tt/ZTsFcbE February 18, 2023 at 01:28AM

Show HN: I built a custom USB Trackball https://ift.tt/0XdqDhA

Show HN: I built a custom USB Trackball https://ift.tt/GrCl8os February 17, 2023 at 05:42PM

Thursday, February 16, 2023

Bao Fan: Billionaire tech banker in China reported missing

Bao Fan's company China Renaissance says they've not been able to make contact with their chairman.

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

Show HN: Inquery (YC W23) – Real-time events for Postgres https://ift.tt/fa0RXks

Show HN: Inquery (YC W23) – Real-time events for Postgres Hi HN, we're excited to share our open source tool with the community! Inquery is a utility for Postgres that triggers webhooks when rows are inserted, updated, or deleted. It uses database triggers that send low-latency websocket messages to a Go application. This application then calls any configured webhooks with a JSON payload that includes specified values from the database row. Let us know if you have any feedback or questions! https://ift.tt/5aogfcD February 17, 2023 at 06:21AM

Tesla accused of firing workers over union campaign

Labour organisers say the firings of more than 30 staff were illegal retaliation.

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

Show HN: SheetKeys – The Hacker's Spreadsheet https://ift.tt/3RENZSV

Show HN: SheetKeys – The Hacker's Spreadsheet Hey folks, over the years my job role has skewed to using a code editor less and using spreadsheets more. Coming from Emacs and Vim, I wanted my Google Sheets usage to be more keyboard driven, so I made this extension. I've used it for several years and it's been a great quality of life improvement, so I'm releasing it today. Enjoy! https://ift.tt/I2BdetN February 17, 2023 at 03:36AM

Show HN: Favird – A listing with listings of interesting things https://ift.tt/XJ3W6ac

Show HN: Favird – A listing with listings of interesting things https://favird.com February 17, 2023 at 02:56AM

Show HN: High School – A Redis Mutex in Ruby and Lua https://ift.tt/5bjaYWs

Show HN: High School – A Redis Mutex in Ruby and Lua https://ift.tt/f2SYDXa February 17, 2023 at 12:26AM

Wednesday, February 15, 2023

Show HN: Helium – a headless, open-source LMS https://ift.tt/ZpDbMcv

Show HN: Helium – a headless, open-source LMS https://ift.tt/bnW4COV February 16, 2023 at 10:21AM

Show HN: Stream Arrow into Postgres https://ift.tt/yXBt6jz

Show HN: Stream Arrow into Postgres Small, simple, sans IO and fast. No more dumping to CSVs! https://ift.tt/eAbZGwQ February 16, 2023 at 08:01AM

Show HN: We built open-source alerting CLI – better alternative to Alertmanager https://ift.tt/f95aiov

Show HN: We built open-source alerting CLI – better alternative to Alertmanager Hi Hacker News! Shahar and Tal from Keep here. We're thrilled to announce that we're open-sourcing our alerting CLI tool, Keep ( https://ift.tt/chjpSyd ). Designed by developers for developers, Keep streamlines and simplifies alerting, making it a first-class citizen within the development process. Think of Keep as Prometheus Alertmanager but for all observability tools, with a simple and intuitive (GitHub actions-like) syntax. We believe that alerting has historically been neglected in existing monitoring platforms, leading to subpar alerting practices. With Keep, we aim to change that. Although it's still in its early stages, we would love to get your feedback on our project. Keep provides the following key features: 1. Declarative alerting that can be easily managed and versioned in your version control and service repository. 2. Alerts from multiple data sources for added context and insights. 3. Freedom from vendor lock-in, making it easier to switch to a different observability tool if needed. Some of the features we plan to add in the future include: - Integration with CI/CD processes to simplify alerts maintenance and testing. - Scoring system to assess the alert's urgency and provide relevant information. - Slack integration to keep track of alerts over time. - More providers, conditions, and other enhancements. We invite you to give Keep a try ( https://ift.tt/chjpSyd ) and share your thoughts with us. Your feedback will help us make Keep the best it can be. https://ift.tt/chjpSyd February 15, 2023 at 11:43PM

Scooter Permittees Receive Feedback from Students with Disabilities

Scooter Permittees Receive Feedback from Students with Disabilities
By Maddy Ruvolo

On a recent Monday in Golden Gate Park, 28 students and staff from AccessSFUSD gathered on JFK Drive to test-ride adaptive scooters. The group took turns riding adaptive devices from two scooter companies permitted to operate in the city, Lime and Spin. Adaptive devices are designed to meet the needs of riders with a variety of disabilities and provide additional stability features, such as a seat, a wider base, and an additional wheel. After trying the scooters, the students shared their feedback about a variety of design elements, including the wheels, seat, throttle, basket location, foot plate width, and the ease of getting started. 

A group of AccessSFUSD students and staff rides adaptive scooters on JFK Drive in Golden Gate Park Adaptive scooter demo in Golden Gate Park

Students embraced the opportunity to ride scooters and provide feedback. AccessSFUSD is a community-based program for students 18-22 with disabilities. Located across 11 sites in San Francisco, the program focuses on teaching functional life skills within the community setting. Developing advocacy skills is a key component of the program, and students enthusiastically shared their input with the scooter companies. Heidi Seretan, Special Education Department Head at AccessSFUSD: The Arc said, “It was a glorious day to ride and advocate on car-free JFK in Golden Gate Park, San Francisco’s own backyard.”  

One student shared they had an “amazing first time” riding a scooter and described it as “the best.” Students also gave thoughtful constructive criticism, explaining when a particular seat height or device design didn’t work for them. And one student said that they “need more practice... but I'm getting the hang of it.”   

AccessSFUSD students standing with Lime and Spin scooters; one student is giving a thumbs upThumbs up to adaptive devices

Staff from Spin and Lime were on-hand to help students get rolling and to answer any questions. Both scooter permittees expressed their appreciation for the comments from AccessSFUSD students. Lime shared that they “enjoyed hearing directly” from the students and that their “hardware team has already begun reviewing students’ feedback to find ways to continue to refine our vehicles.” Spin echoed the importance of the students’ input, noting that “the direct feedback we gather from local San Francisco students and residents on our adaptive program is critical to continuously improving and more equitably serving the entire community.” 

AccessSFUSD students on Lime and Spin scooters in Golden Gate ParkAccessSFUSD students enjoying scooters 

This is the second time the SFMTA has partnered with AccessSFUSD and scooter permittees to host an adaptive scooter demonstration, with the first event held in fall 2021. Any organization interested in partnering on a similar adaptive scooter event should get in touch with Maddy Ruvolo with our Accessible Services team by emailing Maddy.Ruvolo@sfmta.com.  

A group of AccessSFUSD students wearing helmetsStudents ready to ride

The SFMTA has prioritized adaptive scooters as part of our Powered Scooter Share Permit Program. The three scooter permittees — Bird, Spin and Lime — are required to provide adaptive scooters as a minimum of 5% of their on-street fleet. The permittees also offer different types of adaptive devices through their Complementary Adaptive Programs, which provide longer-term adaptive rentals free of charge through scheduled drop-off and pick-up. We encourage all who are interested to try an adaptive scooter, and stay tuned for more scooter demonstration events coming later this year! 



Published February 16, 2023 at 12:24AM
https://ift.tt/Vjd9iKt

Show HN: A/B test your GPT3 prompts https://ift.tt/fOpeNWT

Show HN: A/B test your GPT3 prompts https://ift.tt/FOtWqMX February 16, 2023 at 01:18AM

Show HN: Tailwind Custom Color Palettes and GPT3 https://ift.tt/YFJKIC0

Show HN: Tailwind Custom Color Palettes and GPT3 https://ift.tt/dkXGI80 February 15, 2023 at 11:00PM

Tuesday, February 14, 2023

Show HN: I made an extension for browser bookmarks https://ift.tt/PaxzpSN

Show HN: I made an extension for browser bookmarks Hello HN! I have just released my browser extension. FavBox - is a bookmark management tool with a clean and modern UI. Absolutely compatible with default browser bookmarks has no third-party services, and still syncs with the browser profile. Free and open source. Chrome Web Store https://ift.tt/sgm7CxG... https://ift.tt/jWDV9GJ February 14, 2023 at 06:31PM

New Express Service Comes to the 1 California

New Express Service Comes to the 1 California
By Melissa Culross

Photo showing a pole on the street painted yellow that says bus stop, 1, 1X

Newly painted Muni flag stop indicating the pilot 1X California Express

Beginning February 21, 2023, a pilot program will offer express bus service on the new 1X California Express between the Richmond neighborhood and the Financial District. The SFMTA plays a significant role in San Francisco’s economic recovery, and this pilot that serves downtown is part of that. 

We have been working on improving travel time and reliability over the last several years. Travel times are now 11% quicker on the 1 California thanks to new transit lanes on California, Clay and Sacramento streets. But our work is not done on the corridor! The new 1X California express will provide another option for riders to zoom from the inner Richmond into and out of downtown even faster. We also expect this service to ease crowding on the 1 California as more people head back to the office. 

Three morning 1X California Express buses will depart from 33rd Avenue and Geary Boulevard at 8:00 a.m., 8:30 a.m. and 9:00 a.m. They will make stops along 33rd Avenue, 32nd Avenue and California Street until Arguello Street, then express straight to Downtown.  

Three afternoon 1X California Express buses back to the Richmond will depart from Sacramento and Davis streets at 4:30 p.m., 5:00 p.m. and 5:30 p.m. They will make three downtown stops and then express straight to Arguello and California. The first two outbound stops of the 1X California Express have been aligned with 1 California local stops to improve convenience for Muni customers. The last downtown stop is at David and Pine streets.  

You can find more detailed service information on the 1X route page (SFMTA.com/1X). 

The SFMTA is monitoring this pilot and will evaluate whether to make it permanent based on the needs of our riders. Let us know what you think at the Muni Feedback page. 

We are excited about this opportunity to support the recovery of downtown San Francisco by offering people this swift way to get there. 



Published February 15, 2023 at 01:01AM
https://ift.tt/5YdtjCl

Show HN: JSON Parser in C https://ift.tt/N1EuljG

Show HN: JSON Parser in C A JSON parser in c with some SIMD optimisation for skipping whitespace. The numerical and string parsing functions split out so they are independantly runnable. They were for me the 2 most difficult to understand how they work and to show how the parser was composed of lots of smaller parsers. https://ift.tt/voesAul February 15, 2023 at 01:23AM

Show HN: Screenshot.Rocks: Open-source browser and mobile screenshot mockup tool https://ift.tt/cRDkKH3

Show HN: Screenshot.Rocks: Open-source browser and mobile screenshot mockup tool https://ift.tt/9zQsN5J February 14, 2023 at 10:35PM

Show HN: We made a voice-controlled personal assistant with Whisper and GPT-3 https://ift.tt/gd9PGTm

Show HN: We made a voice-controlled personal assistant with Whisper and GPT-3 https://twitter.com/chidiwilliams__/status/1625209225835122689 February 14, 2023 at 10:42PM

Watchdog cracks down on crypto ATM operators around Leeds

The Financial Conduct Authority enters sites suspected of hosting illegally operated crypto cash machines.

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

Monday, February 13, 2023

Show HN: Sign-up flows from 100s of websites made publicly available https://ift.tt/aXdcobh

Show HN: Sign-up flows from 100s of websites made publicly available Hi HN! Fil here from Formsort ( https://formsort.com/ ). We just launched Fineflows, a design gallery that showcases leading sign-up flows from around the web. Why? My team has been building sign-up flows for close to a decade across mortgages and healthcare. We’ve spent a lot of time working through the technical and design aspects of this problem, such as state management (getting that pesky back button to work), design flexibility, and data enrichment. Time and again, we’ve seen product teams who don’t know what to build even though they can . Often times, builders of forms start their process by looking at what other people are doing, answering questions like: What are different ways error validations are done? Should I use photos of people, or is text enough? Is it appropriate to use emojis in forms? How can I decline a user in a polite yet firm way? To that end, we set out to capture as many different form flows as we could and make them available. We’ve found it to be an invaluable resource ourselves, and many of our customers have used it to improve their own designs. I’m always shocked by how often people reinvent the wheel instead of using a tried-and-true technique, and I hope that we’re helping address that problem. Take a look at the gallery at ( https://ift.tt/K3IVxRA ), or head to Formsort’s homepage to start building yourself! Would love to hear any feedback, inspiration, or thoughts, as we are just getting this off the ground :) https://fineflows.com February 14, 2023 at 12:51AM

Show HN: We built a managed Kubernetes provider at half the cost of AWS https://ift.tt/GjEHa13

Show HN: We built a managed Kubernetes provider at half the cost of AWS Since there’s a few discussions recently on $4 VPSes we thought you might be interested in Symbiosis, a cheaper and simpler managed k8s provider. Supported features include external LBs, encrypted+replicated storage and autoscaler. Infrastructure can be managed with UI, CLI, Terraform or Pulumi. Control planes are free of charge and a 1vCPU/2GB node goes for $6 per month. We’re live in Germany right now and we’re expanding into US during 2023. Feel free to try it out and leave a comment. https://symbiosis.host/ February 14, 2023 at 12:04AM

Show HN: Recurser lib reduces GPT2-XL VRAM usage by 25% and runs it on Colab https://ift.tt/ydUx7Ch

Show HN: Recurser lib reduces GPT2-XL VRAM usage by 25% and runs it on Colab https://ift.tt/NDhKIvP February 13, 2023 at 10:54PM

Show HN: I made a community-based writing application https://ift.tt/Fg6uU0x

Show HN: I made a community-based writing application Hi HN! Writing has been a big part of my life for the last few years. It's helped me make sense of the world around me through journaling, and my blog and technical books have made wonders for my career as an engineer. Something I've always been missing is an online community where I can practice my skills and learn from other aspiring writers. I built Tavern, hoping to solve my own problem. Its main concept is that every Monday everyone in the app gets asked the same writing prompt and you have seven days to submit your answer. You can look at what others have posted, but only after you've submitted your answer. My hope is that this way I will reduce lurking and encourage more people to actually write rather than think about it. There is a concept of giving likes (ales, since the whole app is tavern-themed), but I've given it a twist by not showing the number of likes an answer has until you like it. Also, answers are always sorted by date, with the latest ones on top. This way if you open Tavern three times this week you'll be able to scroll until the last answers you've read and leave, they won't get shuffled. Tavern's not a technical wonder by no means - you can probably put it together in a hackathon. But I put a lot of effort into the design and its simplicity, so people can focus on the content. I have more plans for it in terms of features but I wanted to launch the bare-bones build as soon as possible. Hope you like it! https://ift.tt/4bLBD5e February 13, 2023 at 03:07PM

Show HN: Self-host Whisper As a Service with GUI and queueing https://ift.tt/c1x29DQ

Show HN: Self-host Whisper As a Service with GUI and queueing Schibsted created a transcription service for our journalists to transcribe audio interviews and podcasts really quick. https://ift.tt/1iw3plP February 13, 2023 at 02:00PM

Sunday, February 12, 2023

Show HN: Toodle.Studio is an art playground with Lisp and turtles https://ift.tt/cQrytzH

Show HN: Toodle.Studio is an art playground with Lisp and turtles https://toodle.studio February 11, 2023 at 10:54PM

Show HN: Jendeley – JSON-based document organizing software https://ift.tt/nSbfxFm

Show HN: Jendeley – JSON-based document organizing software I created jendeley to help organize documents for programmers. - jendeley is JSON-based. You can see and edit your database quickly. - jendeley works locally. Your important database is owned only by you. No cloud. - jendeley is browser-based. You can run it anywhere node.js runs. Repository: https://ift.tt/VLTGXR4 https://ift.tt/hHdY8jT February 11, 2023 at 06:10AM

Show HN: Link Book – Quickly save links from around the web to GitHub https://ift.tt/jcqGBpX

Show HN: Link Book – Quickly save links from around the web to GitHub Save and sync your web bookmarks using Link Book and GitHub while retaining full control of your data https://ift.tt/rEDnuik February 12, 2023 at 04:59PM

Saturday, February 11, 2023

Show HN: Channel 784, infinite AI generated fake news https://ift.tt/q2PkjOW

Show HN: Channel 784, infinite AI generated fake news I was inspired by Nothing Forever to make something while it's off air - Channel 784. It's a parody of evening news. How it works: I have a Node server that generates headlines, then expands each one and creates an intro and outro based on them, and then passes the headlines to DALL-E to generate pictures for each story and the stories to Google Cloud to generate speech. Then I save that as a JSON and load it into Unreal Engine. I'm not sure it's as funny as Nothing Forever, it's a bit more structured. If anyone's got any suggestions I'd love to hear them. https://ift.tt/NuTvhW8 February 12, 2023 at 12:05PM

Show HN: PyCirclize – Circular Visualization in Python https://ift.tt/8hdpOVZ

Show HN: PyCirclize – Circular Visualization in Python pyCirclize is a circular visualization python package implemented based on matplotlib. This package was developed for the purpose of easily and beautifully plotting circular figure such as Circos Plot and Chord Diagram in Python. I'd love to hear your feedback. Document: https://ift.tt/UY7AazS https://ift.tt/JzxvdGf February 12, 2023 at 11:16AM

Show HN: G-Script – Visual Scripting for the Web https://ift.tt/oQWn92e

Show HN: G-Script – Visual Scripting for the Web Hi all, I'm a PM by day who taught themselves to code over COVID. One of the things I enjoyed during that process was learning how to make basic games in Unreal Engine using Blueprints. I found visual scripting was such an intuitive way to express what I call "mid-tier complexity" logic and I felt there really wasn't a great equivalent for the web - so I built one over the last few months and this is my MVP. Tools like Zapier etc are great and easy to use, but they're heavily limited when it comes to expressing any kind of complex logic or trying to follow coding principles like DRY. On the other end of the spectrum, serverless setups like Cloudflare workers or Firebase functions give you all the power of code, but there's atleast 20-30 minutes of additional overhead involved in just getting the things live. G-Script is designed to land exactly in the middle of these two options. It's "Lower level" than tools like Zapier and supports most of the code-level primitives you NEED in order to express logic. Examples being: - Conditional Logic - Loops - Static Typing - Objects & Arrays - Version Control - Reusable logic/functions On the flip side, it's much less friction that writing an actual serverless function, both up-front and ongoing. Examples: - You don't need to know "Code", just how to express your logic visually. - No need to manage even basic deployments or use a CLI, it's all done via a UI. - Every Workflow is a seperate little microservice with it's own URL that you can call via HTTP. - The super simple version control system makes it easy to role back to earlier versions of a workflow if you break something, or make changes to your logic without impacting what executes and the Workflow URL until you're ready to deploy your final iteration. https://g-script.io/ February 12, 2023 at 08:11AM

Show HN: Polymath: Convert any music-library into a sample-library with ML https://ift.tt/1IwaREJ

Show HN: Polymath: Convert any music-library into a sample-library with ML Polymath is a open-source tool that converts any music-library into a sample-library with machine learning. It separates songs into stems, quantizes to same BPM, detects key and much more. A game-changing workflow for music producers & DJ https://ift.tt/OdaLgiy February 12, 2023 at 05:13AM

Show HN: Experimenting with GPT-3: Building an Investment Analyst https://ift.tt/hWIFU5d

Show HN: Experimenting with GPT-3: Building an Investment Analyst We have been experimenting with using GPT3's reasoning capabilities to build an investment analyst that does this : (1) Summarize relevant news of the last 30 days, (2) Write a SWOT analysis, (3) Identify competitors, (4) Identify Key Risks, and (5) Write three investment theses (bull, neutral, bear) Here is an example how this can look like: https://ift.tt/9UvKnox https://ift.tt/hR1GkDT https://ift.tt/j98MVGt https://ift.tt/2tmoYpD So far, the results of getting reliable data back through well-engineered prompts through the API is quite promising. Yet, from an operational perspective, the biggest problem is that even though we are not using the free service but pay for it frequently run into rate limits. Positives: For Apple, the News Summary provided a useful result. "Apple Inc. is launching Apple Pay Later soon to revolutionize the buy now, pay later (BNPL) industry. Its stock is currently indicating a potential move to $167. The company is also facing an investigation by the Pomerantz Law Firm on behalf of iPhone 7 owners who experienced performance degradation following a device update. Apple's latest iPhones are being sold at discounts in China and the company is expected to rollout a high-end iPhone 'Ultra' in 2024. Additionally, two top market watchers discussed tech's wild run this year." For Microsoft, the Bull-case made more sense than the Bear-case Bull-case "Microsoft Corporation is a technology leader in the industry and is well-positioned to benefit from the increasing demand for cloud computing and artificial intelligence. The company's strong balance sheet, competitive advantages, and focus on innovation make it an attractive long-term investment Bear-case "Microsoft Corporation is a large, mature company with limited growth potential. The company is facing increasing competition from smaller, more nimble competitors and is struggling to keep up with the rapid pace of technological change. Investors should b e wary of investing in Microsoft due to its lack of innovation and potential for declining market share." Negatives: GPT3 is only guessing the next best word. Which might sometimes provide strange results. For example, considering the News Summary for Uber "Uber Technologies, Inc. reported a surge in fourth-quarter revenues and a strong outlook for 2021." We are not in 2021 anymore for a long while. Clearly, GPT3's knowledge of the Yahoo finance dataset has been cut off in 2021 and applied the provided news effectively. For AAPL, GPT3 did not identify any competitors. While we could argue that HP, MSFT, or similar hardware+software companies are in fact, competitors. In conclusion, we need to further investigate if the actual reasoning of GPT3 is mature enough to provide a useful analysis of the stock. Especially under liability considerations. Yet, if it works it could be a really powerful game-changer. Clearly, that is only an experiment and shouldn't be used as an investment recommendation nor seen as investment advice in any way. February 11, 2023 at 09:36PM

Show HN: Sharrr – Pretty secure file transfer https://ift.tt/LKsaZzI

Show HN: Sharrr – Pretty secure file transfer End-to-encrypted file transfer. https://www.sharrr.com/ February 11, 2023 at 04:06PM

Friday, February 10, 2023

Show HN: Stablematic – run Stable Diffusion in the browser with cloud GPUs https://ift.tt/mObXfpw

Show HN: Stablematic – run Stable Diffusion in the browser with cloud GPUs Hey HN. Have been a little obsessed with generative AI art and found a lot of the setup initially quite difficult to do more interesting things without suffering coldstart problems or interruptions. Have made Stablematic to help run Stable Diffusion models in the browser using cloud GPUs. Please let me know what you think. I'll be in the thread to answer any questions you may have. https://ift.tt/m2OVSHw February 11, 2023 at 07:30AM

Show HN: Get notified in Slack for each GitHub star https://ift.tt/tlcIqyn

Show HN: Get notified in Slack for each GitHub star I wrote a Zap on Zapier to get notified when someone stars your repo. I use it on our open-source repo and it's helpful. Fern: https://ift.tt/Ep1d2wv https://ift.tt/IkysdSv February 11, 2023 at 06:25AM

Show HN: S.cr – send encrypted, disposable notes https://ift.tt/ilWZBeV

Show HN: S.cr – send encrypted, disposable notes https://s.cr February 11, 2023 at 03:43AM

Show HN: GoodQuestion: A job interview note taking and collaboration tool https://ift.tt/s0WAkzY

Show HN: GoodQuestion: A job interview note taking and collaboration tool https://ift.tt/mpnRIa7 February 11, 2023 at 03:18AM

Thursday, February 9, 2023

Show HN: Noya (YC W21) – A wireframing tool that generates designs and code https://ift.tt/Q3yk7hR

Show HN: Noya (YC W21) – A wireframing tool that generates designs and code Hi HN! We’ve been building a new browser-based design tool that’s ready for you to play with! My cofounder David and I were previously on the Design Tools team at Airbnb, where we built lots of innovative tools to improve the design process internally. Now we’re trying to bring this caliber of tools to everyone. The first problem we’re trying to solve is the age-old problem of working in low fidelity vs. high fidelity when designing UI. Low fidelity wireframes are great for quick iteration while hashing out the main idea, while high fidelity mockups and prototypes are often better for conveying the idea to teammates or pitching the idea to customers. With Noya, you get to work in low fidelity, while still getting a high fidelity output you can share. Noya does this by converting your low fidelity blocks into high fidelity design system & React components. I think of the current version as an MVP still, since there’s a lot more that I want to add, but I’ve personally been finding it useful even with its limited feature set. I’d be very interested in any early feedback if you have a chance to play with it! PS: We’ve open sourced most of Noya at https://ift.tt/a6uH1jX . Let us know if you’re interested in collaborating. https://www.noya.io February 10, 2023 at 05:22AM

Show HN: We craft minimum viable SaaS products https://ift.tt/SgLJl8z

Show HN: We craft minimum viable SaaS products Helping founders bring their product to life, attract early users, and validate their idea. https://ift.tt/5MhSUO1 February 9, 2023 at 06:47PM

Show HN: boxxy – Control where Linux programs put files, without symlinks https://ift.tt/35JjxEC

Show HN: boxxy – Control where Linux programs put files, without symlinks https://ift.tt/uqfLzR3 February 10, 2023 at 03:04AM

Show HN: I made a tool that turns screenshots into dramatically angled photos https://ift.tt/dTCzO0I

Show HN: I made a tool that turns screenshots into dramatically angled photos https://ift.tt/vF0IPVg February 10, 2023 at 02:28AM

Watchdog warns monitoring not keeping up with surveillance tech

The surveillance camera commissioner warns of an "explosion" of devices such as drones and body-worn video.

from BBC News - Technology https://ift.tt/3fNDe2R

Show HN: PodText.ai – Search anything said on a podcast, highlight text to play https://ift.tt/0VJFAsq

Show HN: PodText.ai – Search anything said on a podcast, highlight text to play Hi HN, wanted to share a project that I’ve been working on recently. PodText allows users to find anything said on a podcast. You can also listen and share clips to a specific part of the podcast audio, simply by highlighting the text of that part. Currently there are just over 25k podcast episodes and I’m adding a lot more in the coming weeks (yes my GPU bill is painful). In order to monetize it, I’m building a sponsorship database to help sponsors find podcasts and vice versa. This will be sold in the form of a $99/month “PodText Business” subscription. I bet I could charge a lot more to large sponsors but I’ll tweak that as I talk to potential customers. Right now the UI is very bare bones (doesn’t even have pagination) but I’ll polish it once the data pipeline is working well. Please let me know if you run into any bugs or have any questions about the site or business model. https://podtext.ai February 10, 2023 at 12:33AM

Wednesday, February 8, 2023

Netflix limits account sharing in four more countries

New rules are being introduced in Canada, New Zealand, Portugal and Spain, before further roll out.

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

Show HN: Free newsletter signup service (because I'm sick of Mailchimp) https://ift.tt/JLOtvnY

Show HN: Free newsletter signup service (because I'm sick of Mailchimp) https://ift.tt/Wq2KXHU February 9, 2023 at 05:27AM

Show HN: StackOverflow.gg – AI-generated answers to every coding question https://ift.tt/MUfoE9h

Show HN: StackOverflow.gg – AI-generated answers to every coding question https://ift.tt/txd2BC0 February 9, 2023 at 03:58AM

Show HN: Filmbox, physically accurate film emulation, now on Linux and Windows https://ift.tt/I6XOwtg

Show HN: Filmbox, physically accurate film emulation, now on Linux and Windows We released Filmbox two years ago, and it has gotten a great response. It's been used in huge movies like "Everything Everywhere All At Once". It's been a huge rewrite to get this working on Linux and Windows from our original Mac and Metal code. We also have some interesting uses of cross-platform Swift + Electron in our plugin manager app, and cross-platform Swift generally in the plugin. Hopefully we can detail that in a blog post at some point. There's a free Filmbox Lite version to try, if you're interested. https://ift.tt/oexkaOv February 9, 2023 at 02:13AM

Show HN: PaperAge – Easy and secure paper backups of (smallish) secrets https://ift.tt/vVbt94i

Show HN: PaperAge – Easy and secure paper backups of (smallish) secrets Take any plaintext input, encrypt it using Age, and generate a printable PDF with a QR code that's easy to scan back in. Oh, and this is my first Rust project so some the code might not be the best. https://ift.tt/HusqSRw February 9, 2023 at 01:36AM

Show HN: 2k+ ChatGPT/AI tools. Blocked by r/GPT3, uploading here https://ift.tt/MjGp1QL

Show HN: 2k+ ChatGPT/AI tools. Blocked by r/GPT3, uploading here https://ift.tt/PIy8mCj February 8, 2023 at 03:37PM

Tuesday, February 7, 2023

Show HN: Anansi – a Ruby Set using mem and disk (SQLite) for large sized tasks https://news.ycombinator.com/item?id=34694854

Show HN: Anansi – a Ruby Set using mem and disk (SQLite) for large sized tasks https://ift.tt/EL7ei5G February 7, 2023 at 11:29PM

Zoom cuts 15% of staff in post-pandemic 'reset'

The video call firm that surged in popularity during the height of Covid is cutting 1,300 people.

from BBC News - Technology https://ift.tt/0pjWlkP

Show HN: One API Key – Third-Party API Integrations with Zero Setup https://ift.tt/cEfpSMa

Show HN: One API Key – Third-Party API Integrations with Zero Setup Hey HN, we’ve been working on a way to simplify authentication with third-party APIs. This started because my co-founder andreterron ( https://ift.tt/8gLVSuU ) and I both built personal dashboards to track different health and productivity metrics, but it’s such an annoying chore to integrate with new APIs. First you read their docs to learn their authentication method, then build and deploy a custom server to receive OAuth callback requests or deal with CORS, register an app with them, then finally you can send the first request to their API. After the initial integration is done, you now have to refresh expired tokens, make sure that you’re respecting rate limits, and update the code if the underlying API changes. The solution we came up with is a proxy server, it forwards requests to the respective API with up to date auth tokens. Because of this: - Devs can use the full range of capabilities of the underlying APIs. - They don’t have to deal with registering OAuth apps with a ton of providers. - Different API quirks are ironed out. Even if two APIs both use OAuth, there are often annoying differences in how you are required to interact with them. - API Tokens are refreshed automatically if they’re expired. From our conversations with other devs, there’s a lot more we want to add, like custom API providers (If we don’t support an API yet, we don’t want to block you!) and an embed-able auth component that allows your app’s users to connect their third-party accounts. We’ve been really excited about the possibilities of this project for making authenticating with Third-Party APIs a little bit less painful. We’d love your feedback on the idea. What do you think of the concept? What have you built using third-party APIs? Which APIs do you want us to support in the future? https://oneapikey.com/ February 8, 2023 at 01:16AM

Show HN: SQRL – Anti-spam rules language Twitter acquired in 2018, open-sourced https://ift.tt/HUXDhjS

Show HN: SQRL – Anti-spam rules language Twitter acquired in 2018, open-sourced https://ift.tt/oRScfab February 6, 2023 at 11:54PM

Show HN: We've built ChatGPT for your pdf files https://ift.tt/6ofSNQU

Show HN: We've built ChatGPT for your pdf files My friends and I were really excited to try out ChatGPT when it was released. We were amazed by its power and capabilities. We were thinking how great it would be if people could use ChatGPT to ask questions from their own data. So me and my friends had decided to build such a tool. We are delighted to announce that we are releasing a public beta of our tool> After you upload all your pdf files into it. It can search for relevant documents without perfect keyword match, summarize takeaways from the document specific to your question, and extract key information from the document. It can help with brainstorming and summarization. We would love if you try it out and let us know what you think about it. We look forward to hearing your feedback on comments section below :) https://ift.tt/atbyIRQ February 8, 2023 at 01:05AM

Monday, February 6, 2023

Digital pound likely this decade, Treasury says

The Treasury and Bank of England will formally start a consultation for the digital currency, on Tuesday.

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

Show HN: I've created a trading journal website https://ift.tt/ycZLUr7

Show HN: I've created a trading journal website Hi all, Been a while since I've posted and in the time since I have created a trading journal website where you can submit and track your trades with the USP of tracking your outgoings too. There has been a huge rise in the number of retail traders (me included) and a lot of people now have the very real possibility of quitting their day jobs and trading full time. I want to help people do that! It's still in very early stages and I'm releasing new updates daily but would be very grateful to get some other peoples feedback! Thanks in advance and hope you're all having a good day! :D https://ift.tt/ahzyvoP February 7, 2023 at 04:01AM

Google launches ChatGPT rival called Bard

The tech giant says its new Artificial Intelligence-powered chatbot will roll out in the coming weeks.

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

Show HN: Open-source platform for customer-facing Salesforce integrations https://ift.tt/06U9h54

Show HN: Open-source platform for customer-facing Salesforce integrations We spent the past few weeks building Supaglue ( https://ift.tt/q4hsnSO ) and would like to share an early public alpha version with you. Supaglue is an open source platform to help developers build customer-facing Salesforce integrations into their applications. Use code to define syncs for pulling objects from Salesforce into your application. Embed functional and customizable React components for your customers to configure these syncs. Why? - We built user-facing HubSpot and Salesforce integrations in a previous product we worked on and did not find an existing solution that let us build it quickly, using code, and that supported custom business logic, so we built in-house. - There were some unified API products we evaluated, but they lacked depth, e.g. support for custom fields and objects. - There were UI-based workflow builders, but we did not want to click around in a UI tool to author business logic. - None of the options we evaluated came with ready-to-use React components, nor were they customizable. With our public alpha you can: - On a schedule, sync Accounts, Contacts, Leads, and Opportunities from Salesforce into your application - Customize where syncs write to (Postgres or an API endpoint), as well as its retry behavior - Author syncs using Typescript - Offload the full OAuth flow and token management to our backend and frontend components - Embed React components for OAuth, field mappings, on/off toggles, and manual syncs into your Next.js application - Deploy sync code and monitor sync status using a CLI - Open source MIT license so anyone can self-host We’re very early: we started working on this after the new year and are releasing a public alpha to get early feedback. You can run Supaglue locally using docker compose today. Try it out and send us a note! Website: https://supaglue.com . Github: https://ift.tt/q4hsnSO . https://ift.tt/q4hsnSO February 6, 2023 at 09:11PM

Facebook's parent firm Meta can be sued by ex-moderator, judge rules

A Kenyan court has said that Facebook's parent company can be sued by a former content moderator.

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

2022 Muni Rider Survey

2022 Muni Rider Survey
By Jeanne Brophy

Image of a busy intersection corner possibly during commute showing multiple cars and buses, pedestrians and a trolley

Almost 100% of San Franciscans have access to Muni service within two or three blocks of their home or work.

The results of the 2022 Muni Rider Survey indicate that our continuing efforts to deliver fast, reliable and frequent service are benefiting riders and they appreciate it. Over half of respondents, 66%, rate Muni service as “good” or “excellent” – a 9% increase from 2021 and the strongest increase since 2018.  

Since 2021, riders’ ratings of individual attributes of Muni have generally increased or stayed the same: The greatest increases were: 

  • Trips take a reasonable amount of time (65% in 2022 vs. 57% in 2021) 

  • Frequency of service (51% in 2022 vs. 45% in 2021) 

  • Reliability/On-time performance (47% in 2022 vs. 42% in 2021).  

We expect that some of these improvements have to do with the fact that since the last survey in 2021, we restored the Muni network so that almost 100% of San Franciscans have access to Muni service within two or three blocks of their home or work. Between July 2021 and June 2022 alone, we restored 20 Muni lines and extended 8 others.  

Our ongoing investments in reliability improvements such as transit lanes, bus bulbs and smart traffic signals have also paid off. During the pandemic, we implemented over 21 miles of new transit lanes, bringing our transit lane network to more than 70 miles! With this expansion, Muni is quicker and more reliable than is has been in decades. For example:  

  • 14/14R Mission downtown travel times are up to 31% quicker  
  • 38 Geary travel times are up to 20% quicker  

  • 49 Van Ness/Mission travel times are up to 35% quicker, and with the completion of the Van Ness BRT, ridership was up 13% and continues to see growth 

  • The Temporary Emergency Transit Lane program improved reliability on lines serving 40% of all Muni riders. 

We also reduced major delays on the Muni Metro by 81% since the Metro reopened in May 2021 through a new subway maintenance initiative called Fix It! Week

Improvements to the customer experience can be seen through the ongoing implementation of our new Next Generation Customer Information System. The new system-wide Liquid Crystal Display (LCD) signs displaying real-time information at all transit shelters offer: 

  • Americans with Disabilities Act (ADA) compliant text-to-speech capability  
  • Larger and clearer text  

  • Ability to offer enhanced multilingual and accessible content to promote inclusivity  

  • Increased real-time communication for arrival predictions and occupancy levels  

Low-income riders continue to rate Muni service higher than prior to the pandemic indicating our data-driven equity delivery continues to be aligned with public needs: 

  • Riders in the < $25,000 income category rate Muni service as “excellent/good:” 73% up 10% vs. 2021. 

  • Riders in the $25,000-$50,000 income category rate Muni service as “excellent/good:” 80% up 6% vs. 2021. 

In 2022, nearly two-thirds (64%) of riders said they rode Muni at least once a week. This has increased since 2021 when just over half (52%) said they rode once a week but remains lower than 2019 when nearly three-quarters (72%) of riders rode at least once a week. 

  • 81% rate Muni’s accessibility for people with disabilities as “excellent” or “good” – an increase of 2% from 2021 – which continues to be Muni’s best rated attribute by respondents. 

Nearly three-quarters (73%) of riders rated transit operator helpfulness as “excellent” or “good” – up 3% since the last survey; our front-line operators continue to be our most valuable employees for their ongoing service delivery. 

How We Gather Results 
The 2022 survey project used a hybrid approach, blending both telephone interviews and online surveys to collect feedback from adult San Francisco residents. A total of 533 interviews were conducted during the period of August 4 to October 23, 2022. This survey was established to track the level of satisfaction that Muni riders have with our service. This tool allows us to track our progress and measure the impacts of changes that have been implemented to improve service.  

For more information, please visit: 2022 Muni Customer Satisfaction Survey Supporting Documentation or 2022 Muni Customer Satisfaction Survey Supporting Documentation - Accessible Materials.



Published February 07, 2023 at 12:09AM
https://ift.tt/PWOFowt

Sunday, February 5, 2023

Digital cameras back in fashion after online revival

Analysts say the huge interest on eBay, Etsy and TikTok is driven by young people wanting old technology.

from BBC News - Technology https://www.bbc.co.uk/news/technology-64512059?at_medium=RSS&at_campaign=KARANGA

The app allowing fans to invest in their favourite musicians

Swedish company Corite is setting itself up as an alternative to record labels.

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

Show HN: WordPies – guess the word before time runs out https://ift.tt/sAzYqG6

Show HN: WordPies – guess the word before time runs out https://wordpies.com February 5, 2023 at 11:44PM

Show HN: Indie World – Discover and follow creators across all platforms https://ift.tt/gNVUEzm

Show HN: Indie World – Discover and follow creators across all platforms https://indieworld.io/ February 6, 2023 at 05:04AM

Show HN: Total Duration of YouTube Playlist from Bash Terminal https://ift.tt/HOtYjKD

Show HN: Total Duration of YouTube Playlist from Bash Terminal https://ift.tt/BhuCD0d February 6, 2023 at 12:44AM

Show HN: No code landing page I made for my startup idea with yep.so https://ift.tt/stXUFA8

Show HN: No code landing page I made for my startup idea with yep.so I wanted to share a project I've been working on : Styrate, a social rating and review platform for products. I built a landing page for it using a no-code platform, which allowed me to create a professional and functional website without writing any code. As someone who is not very tech-savvy, I was able to easily build a landing page that looks and functions like it was built by a professional. This really showcases the power of no-code platforms, as they allow people with limited technical knowledge(me) to create websites, apps, and other digital products without having to learn how to code. If you guys know any other no-code websites or resources, feel free to chime in. https://ift.tt/cFkLh7O February 6, 2023 at 01:17AM

Show HN: Are You Drowsy? Twilio and OpenCV https://ift.tt/Wnica7g

Show HN: Are You Drowsy? Twilio and OpenCV https://ift.tt/vune2j8 February 5, 2023 at 01:40PM

Saturday, February 4, 2023

Show HN: GPTBanker – map/reduce over documents of any length with OpenAI https://ift.tt/fg20XVd

Show HN: GPTBanker – map/reduce over documents of any length with OpenAI Hi all! I created a app that can map/reduce over documents of an arbitrary length with OpenAI completions. You can enter in your OpenAI key and try it out. The backend is built with LangChain, which made it easy to manage the models, workflows (chains), and troubleshoot pipelines with buffer issues. Learnings: - Tokens was the most helpful key for calls rather than characters or words. LangChain also just implemented a token splitter, which made it easier for me to adapt to documents of any type. - Davinci performed much better than Curie for summarizing long documents over multiple chunks - Oftentimes a map step was the only thing needed and the reduce/combine introduced more errors instead of improving context. https://ift.tt/Cx9VEql February 5, 2023 at 12:07PM

Show HN: Hacker News, but Just ChatGPT https://ift.tt/Oxk3TIJ

Show HN: Hacker News, but Just ChatGPT https://ift.tt/LQl2g3j February 5, 2023 at 10:14AM

Show HN: Integrate ChatGPT with Google Sheets in 3 Minutes https://ift.tt/ZHPA2lz

Show HN: Integrate ChatGPT with Google Sheets in 3 Minutes https://ift.tt/vgx0EKV February 4, 2023 at 11:49PM

Show HN: FlingUp – Have Your Say https://ift.tt/vUCh9Ym

Show HN: FlingUp – Have Your Say https://flingup.com February 4, 2023 at 10:13PM

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/zpKE1hO

Show HN: I’m an introvert – made an app to help maintain connections with people https://ift.tt/qwogH1C February 5, 2023 at 12:13AM

Friday, February 3, 2023

Show HN: Amazon Product Recommendations Using ChatGPT https://ift.tt/yre0wvb

Show HN: Amazon Product Recommendations Using ChatGPT Hi HN! I built recommendation system using GPT-3 to figure out what product to buy on Amazon. The LLM asks questions to sus out what requirements I have and then also generates 3 recommended products based on the chat. It then searches a third-party Amazon API currently. Let me know what you think! https://ift.tt/up6NQi1 February 4, 2023 at 02:29AM

Show HN: Emoji generator using Chat-GPT https://ift.tt/Je2DAyL

Show HN: Emoji generator using Chat-GPT Hi All. Background: You might have had the thought that traditional emoji searches found on Twitter and in iOS really suck. Features: To solve this we came up with Emoji AI using OpenAI API. 1. It handles multiple languages! Type 'frohlich hund' or 'kék elektromos autó' it gets it! 2. Long sequences of different emojis in one search! Yep, got that! 3. Misspellings, yep no problem getting from threee beaars 4. Extract key points from a long sentence, got it! "We went on a journey through winding roads and through mountains to a large goat farm." Feedback: Once you have you desired emoji result copy and paste it immediately in your favorite app. Give it a try and let us know feedback. For example making an extensible API, browser extension or discord bot. https://www.emojai.app/ February 4, 2023 at 01:45AM

Show HN: Generate user interview notes with GPT https://ift.tt/iVGdlHh

Show HN: Generate user interview notes with GPT Next time doing user/hiring interviews, let Rina Chrome extension take notes so you can focus on the chat. Rina records, transcribes and summarizes your call saving you 15 min each call. https://www.rinahq.com/ February 4, 2023 at 12:20AM

Show HN: An attempt at a table ranking harms from different environmental toxins https://ift.tt/UKn4fIj

Show HN: An attempt at a table ranking harms from different environmental toxins Someone I work with put this together. How would you add to it? My current context: * air quality I think i've done the obvious things — have some ventilation, windows open when cooking, no candles, air purifier, and living in an area where the outside air is good, change hvac filters every so often * water i'm not sure if there's other high priority stuff worth doing. saw some stuff about maybe it's worth checking for lead in water in old houses? have under sink water filters, no whole house filter * processed foods i mostly avoid, straightforward-ish * xenoestrogens — i have a bunch of polyester clothing. not sure how concerned i should be about that. avoid disposable coffee cups, drinking out of plastic. do eat takeout food in plastic containers though. use almost all organic type toothpaste/shower products. wondering if i should prioritize certain items of clothing that have more skin contact eg underwear, socks, vs loose shirts/pants, to avoid things. and am assuming 9% polyester is less bad than 100% polyester. * seed oils — avoided at home, and mostly only do takeout from places that don't use them * sugar and hyper palatable — avoid, straightforward ish * endemic pathogens — avoiding cat litter, unclear if much testing is worth it as unclear what treatment options are if you do have something * and generally, a bit concerned about 'stuff i don't know that i don't know' https://ift.tt/XiAzEoa February 3, 2023 at 11:03PM

Twitter: Number of staff suing goes up daily - lawyer

One former senior manager tells the BBC the treatment of workers by Elon Musk was "unjustifiable".

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

Thursday, February 2, 2023

Show HN: Trigger Webhooks from Postgres https://ift.tt/NscIbhm

Show HN: Trigger Webhooks from Postgres We just released a small open-source tool which enables you to fire HTTP requests from Postgres triggers. One of the things we’re using it for now is to send Slack messages when a new user is created and wanted to see what the community thinks as we explore more use cases! https://ift.tt/7UlMWbo February 3, 2023 at 05:04AM

Show HN: IDE Like Terminal https://ift.tt/bMAWPIS

Show HN: IDE Like Terminal Terminal built with Tauri (Rust+Svelte). I got this idea of creating a terminal that is more user friendly having autocomplete suggestions. I couldn’t create a suggestions engine that would work for all commands. But I defined a structure (a state machine in src/cli/library/library.ts) that can be used to determine the next suggestions. The good part with this approach is that it is possible to have custom script based suggestions. For example if we write in the terminal “git checkout” and after we press Space, a dropdown will appear with all available branches. The bad part is that it will take some time to add more supported commands in this “library”. Another feature is that in the bottom bar of the terminal we can have custom script based information. In .manter.json we can define a script that will generate this information. The script will be executed each time the prompt appears. On the front-end are used web technologies which offer a flexibility to add any feature and style that we want. Repository: https://ift.tt/vdPhzcY February 3, 2023 at 03:01AM

Show HN: Inverse Kinematics in the Browser https://ift.tt/JD3fika

Show HN: Inverse Kinematics in the Browser I built a small web app as a way to teach myself inverse kinematics/controls concepts-- and to get more familiar with Rust and Web Assembly. My takeaways: - Redundant Inverse Kinematics is very complex. Treating it as an optimization problem has the simplest model but is very inefficient. Jacobian methods are much faster but have their own quirks and limitations. - Web Assembly is pretty slow actually (for my use case). Where I was seeing a 100x speedup on native Rust over js, I was only seeing a 4-6x speedup of WASM over js. https://www.grippy.app/ February 2, 2023 at 11:38PM

Show HN: ChatGPT for Product Support https://ift.tt/8OjpkTl

Show HN: ChatGPT for Product Support https://ift.tt/0vV39bk February 2, 2023 at 11:45PM

Show HN: Dev-Docs – A tool that helps you document as you code https://ift.tt/h2NSqiR

Show HN: Dev-Docs – A tool that helps you document as you code Hi all, Super excited to share that I am building Dev-Docs, and I wanted to create a post to get other developers' thoughts. Background: Developers know how important it is to document their codebases, but often, it's an afterthought that ends up taking a lot of time and effort. That's where Dev-Docs comes in - a solution that helps developers document as they code, making the process easier and more efficient. Features: Dev-Docs handles both internal documentation for teams and external documentation around APIs and codebases for customers and partners. Internal Documentation: Dev-Docs makes it easy for engineers to document their code, right within their editor. This way, they can easily document the code they're working on, without having to switch between multiple tools. Think of it as a mini local notion that lives within vs code. External API and Codebase Documentation: Developers can also use Dev-Docs to document their external APIs and codebases, making it easier for their customers and partners to understand how the code works. Quick demo(From December): https://youtu.be/fmcgw3MkW4E Currently it is live but I am going to try to refine it a bit during this month and hopefully market a more open launch. In the meantime I would love some feedback on the video/product(hopefully none that obliterates my identity and all of my self-esteem). :') Additionally feel free to dm on linkedin if you have direct feedback or want to start using the rough version of it: https://ift.tt/GZhwNJB . Thanks! https://ift.tt/AwKxM05 February 2, 2023 at 06:37AM

Wednesday, February 1, 2023

Show HN: AI Cover Letter Writer https://ift.tt/CU15jWI

Show HN: AI Cover Letter Writer Uniquely, our AI cover letter generator creates a cover letter from your resume and a job description. Use the finished product as an outline you can polish on your own. https://tally.work/ February 2, 2023 at 10:06AM

Show HN: Go Feature Flag OSS self-hosted feature flag solution launch v1.0.0 https://ift.tt/FpXdUYs

Show HN: Go Feature Flag OSS self-hosted feature flag solution launch v1.0.0 Hey Hackernews! I am the creator and maintainer of GO Feature Flag, a self-hosted OpenSource solution for feature flags (or feature toggles) that requires almost no infrastructure. We store all our flag in a flat file somewhere (S3, github, ...) and we use it directly. Today we have finally released the version v1.0.0 that brings a new flag format that enable you to do even more with your feature flags. The solution offer some capabilities such as: - Targeting specific users - Fancy rollout capabilities (progressive rollout, A/B testing, scheduled rollout). - Exporting your usage in several location. - Compatibility with the new standard Open Feature. All feedback are welcome . Github: https://ift.tt/1FqJG7t v1.0.0 blog post: https://ift.tt/5p349y2 https://ift.tt/5p349y2 February 2, 2023 at 03:52AM

Show HN: 3 Clicks, 3 Seconds, 3 Steps – The Future of Process Management https://ift.tt/fitwkM1

Show HN: 3 Clicks, 3 Seconds, 3 Steps – The Future of Process Management Hello HN, Do you want to streamline your business processes and boost productivity? Look no further than Jackrabbit Ops! Our AI-powered platform is changing the game for process management. With just 3 clicks, you can create processes that are tailored to your unique needs. Get answers to your questions in just 3 seconds with our knowledge base feature. And making updates has never been easier - just 3 simple steps! Say goodbye to manual processes and hello to a more efficient, effective, and intelligent way of managing your business. Jackrabbit Ops has already onboarded 70 companies in just 2 weeks, and with its promising growth potential, it's the perfect solution for your business too! Links: https://ift.tt/XcdICZ0 Try Jackrabbit Ops today and experience the future of process management for yourself. Thanks for taking a look! February 2, 2023 at 04:35AM