Featured post

INTERVIEW WITH frankie(n)

 https://whatsmusic.de/frankien-interview-creating-the-singer-songwriter-genre-standing-against-racism-and-a-memorable-open-mic-episode/

Wednesday, August 31, 2022

Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia https://ift.tt/paZExQg

Show HN: Investorsexchange.jl – parse trade-level stock market data in Julia Backstory: I wanted to play with intraday stock data but couldn't find a free dataset anywhere. IEXCloud [1] offers API access to 1-minute granularity intraday historical price data, but I was worried that it could get expensive or unwieldy to build up a substantial dataset via API calls. Plus, IEX gives out their raw data for free. I probably should have just used the IEXTools python library [2] to parse IEX's raw data dumps, but I was working on a Julia project, so it felt more thematically appropriate to build a new tool from scratch. I haven't been actively using InvestorsExchange.jl a lot lately, but it's made me the proud owner of a 50GB SQLite DB dump covering several years of trade data, and I think it would be awesome if I could help folks in the HN community more quickly build up this kind of dataset for their own curiosity or research. Feedback is also greatly appreciated! [1] https://ift.tt/D7yn8AP [2] https://ift.tt/aeFREOP https://ift.tt/n1R0I4i August 31, 2022 at 05:16AM

from Tumblr https://ift.tt/35abTM8
via IFTTT

from Tumblr https://ift.tt/p6Mo0qu
via IFTTT

Documents at Mar-a-Lago Were Moved and Hidden as U.S. Sought Them, Filing Suggests


By Glenn Thrush, Charlie Savage, Alan Feuer and Maggie Haberman via NYT U.S. https://ift.tt/b1qxjwT

from Tumblr https://ift.tt/XuHZg4E
via IFTTT

Uma Pemmaraju, an Original Fox News Channel Anchor, Dies at 64


By Richard Sandomir via NYT Business https://ift.tt/tSo8sx7

Sunday, August 28, 2022


from Tumblr https://ift.tt/exkO6WU
via IFTTT

Biden Gave In to Pressure on Student Debt Relief After Months of Doubt


By Michael D. Shear, Jim Tankersley and Zolan Kanno-Youngs via NYT U.S. https://ift.tt/WmY5oPB

from Tumblr https://ift.tt/uF0A2UK
via IFTTT

from Tumblr https://ift.tt/lcaJCfG
via IFTTT

I Refused to Switch Seats on a Plane. Twice. Was I Wrong?


By Philip Galanes via NYT Style https://ift.tt/zOoT2P3

from Tumblr https://ift.tt/O5ZI247
via IFTTT

Show HN: Directly query 100M+ raw records of cleaned, refreshed financial data https://ift.tt/po74fIt

Show HN: Directly query 100M+ raw records of cleaned, refreshed financial data There are a lot of APIs that provide access to these types of data, but there were not any (as far as we're aware of) tools & services that provide access to query the raw data directly for analytical purposes. We get the data across different sources and clean, schematize them in a PostgreSQL databases so folks can query/analyze the data directly. We have ~100 tables of data across stocks, ETFs, economic indicators, US/international census data and plan to keep adding more. More information on the tables are available at https://docs.wizdata.io Access to all of the data is free, and we plan to (in the future) find ways to cover our costs by charging for folks who want to run their queries faster (e.g. by running their queries on separate compute clusters) or by providing custom integration to fit their data needs. Please take a look, and would please share any feedback with us here! https://www.wizdata.io August 28, 2022 at 01:21AM

Saturday, August 27, 2022


from Tumblr https://ift.tt/dGVD5er
via IFTTT

Psilocybin Therapy Sharply Reduces Excessive Drinking, Small Study Shows


By Andrew Jacobs via NYT Health https://ift.tt/zECjUJV

from Tumblr https://ift.tt/byFCkYd
via IFTTT

Show HN: Browse Hacker News on your Kindle via browser for free https://ift.tt/sgiWAbF

Show HN: Browse Hacker News on your Kindle via browser for free tl;dr: Go to kindlehnbeta.pythonanywhere.com on your Kindle’s browser. I wrote a wrapper over hackernews that allows me to browse it on my Kindle. Simply visit kindlehnbeta.pythonanywhere.com on your Kindle’s browser. You’ll be able to view top stories, the comments within them and even the article content that the stories link to. The articles are parsed by a library that makes its best attempt to extract the main content. I only own a Kindle Oasis (10th Generation) and thus have only tested this on it. I’d imagine it looks fine on other Kindles, but you’ll have to tell me. Link to screenshots: https://ift.tt/xShEjaT Really, I made this for myself as a quick solution for a personal need. But it seems like there are a few of you out there that would enjoy this as well. So I am making this public for others to try out. Let me know if this is something you actually want to use. If so, and the reception is positive, then I will continue to build it out to be better and more feature complete. In addition to this, would you enjoy a generic rss feed reader as well? — one that allows you to read any rss feed right from your Kindle’s browser? I can build this if that’s something you guys really want. https://ift.tt/Zv1PCJN August 27, 2022 at 02:19AM

from Tumblr https://ift.tt/hEAl0fy
via IFTTT

SHOW HN: Subreddit Finder – find subreddits based on a topic https://ift.tt/fzMQDUF

SHOW HN: Subreddit Finder – find subreddits based on a topic https://ift.tt/sfygbmS August 26, 2022 at 11:18PM

Friday, August 26, 2022


from Tumblr https://fn54.tumblr.com/post/693619014648332288
via IFTTT

from Tumblr https://ift.tt/4od1lkY
via IFTTT

from Tumblr https://ift.tt/FNh3Aut
via IFTTT

Show HN: Devbox – Easy, predictable shells and containers https://ift.tt/ydM65fn

Show HN: Devbox – Easy, predictable shells and containers Devbox is a command-line tool that lets you easily create isolated shells and containers. You start by defining the list of packages required by your development environment, and devbox uses that definition to create an isolated environment just for your application. In practice, Devbox works similar to a package manager like yarn – except the packages it manages are at the operating-system level (the sort of thing you would normally install with brew or apt-get). See it in action: https://youtu.be/WMBaXQZmDoA https://ift.tt/Z0FbH1V August 25, 2022 at 10:35PM

Show HN: Animated chart presentations in Jupyter notebooks https://ift.tt/AwLcmPO

Show HN: Animated chart presentations in Jupyter notebooks After releasing our open-source tool to build animated charts in Jupyter and other computational notebooks ( https://ift.tt/fedI9Xw ), we got two requests from data scientists: 1. They lacked the opportunity to use these charts to present their findings and control the animation better than just (re)running notebook cells. 2. They had challenges using our generic chart-building engine - they are more acquainted with picking a chart type and using the parameters specific to that type. So we decided to build a new extension that enables our users to add the charts to slides and thus create interactive, animated presentations they can present right from the notebook. The presentation can be controlled with buttons beneath the charts, keyboard shortcuts (arrows, PgUp, PgDn, Home, End), or a clicker. We also added the capability to export these presentations to HTML to share them with others who don't use notebooks. Example - scroll to the bottom for the presentation: https://ift.tt/8i0paf1... . We tackled the other challenge by introducing chart presets: users can now pick from the 40+ pre-defined chart types. https://ift.tt/tEw2lsf... Everything is released under the Apache 2.0 license and is available for JavaScript developers as an open-source data storytelling solution. Technically, in the Jupyter version, it's the JS lib being called from the notebook with a Python interface - similarly to what Plotly does. More info: https://ift.tt/M0xZrnk & https://ift.tt/Akx6Z7t We'd love to know more about how our technology can be put to good use, so if you have any feedback or suggestions, we're here to listen. https://ift.tt/YmGSL8R August 25, 2022 at 04:42PM

Show HN: Rtpstalk – pure Java RTPS implementation https://ift.tt/KLlsIGU

Show HN: Rtpstalk – pure Java RTPS implementation Initial version provides following features: - implements all general requirements of RTPS Specification 2.3 (section 8.4.2.1) - RTPS Reader and Writer behavior with following QoS policies: - PID_DURABILITY (TRANSIENT_LOCAL_DURABILITY_QOS) - PID_RELIABILITY (RELIABLE) - UDP as underlying transport protocol https://ift.tt/1nlvA8j August 24, 2022 at 03:36AM

Thursday, August 25, 2022

Show HN: Bob-Editor https://ift.tt/EsLogly

Show HN: Bob-Editor https://ift.tt/3xnFSQ5 August 24, 2022 at 11:26PM

Jury Awards Vanessa Bryant $16 Million in Suit Over Kobe Bryant Crash Photos


By Jill Cowan and Vik Jolly via NYT U.S. https://ift.tt/Eml4Hox

Five Takeaways From Tuesday’s Elections


By Katie Glueck via NYT U.S. https://ift.tt/arCXe97

Why Social Media Sites Are Removing Andrew Tate’s Accounts


By Amanda Holpuch via NYT Technology https://ift.tt/LRhGmD2

We Need to Talk About How Good A.I. Is Getting


By Kevin Roose via NYT Technology https://ift.tt/fxTMk0G

The Latest Find as Water Levels Fall: Dinosaur Tracks in Texas


By April Rubin via NYT Science https://ift.tt/MrYV9bg

from Tumblr https://ift.tt/ngdiBRP
via IFTTT

Something Better Than a Tent for the Homeless


By Maia Szalavitz via NYT Opinion https://ift.tt/PEuSZiC

Wednesday, August 24, 2022


from Tumblr https://ift.tt/Lksru58
via IFTTT

Show HN: Digital Products as a Side Hustle; a list of successful examples https://ift.tt/eQPzoM4

Show HN: Digital Products as a Side Hustle; a list of successful examples https://ift.tt/byVc9Kn August 24, 2022 at 02:36AM

Show HN: Simple UI for Stable Diffusion. Browser-based, runs on localhost https://ift.tt/Vad0mln

Show HN: Simple UI for Stable Diffusion. Browser-based, runs on localhost https://ift.tt/TAajE6w August 23, 2022 at 09:07PM

from Tumblr https://ift.tt/kORHcUd
via IFTTT

Show HN: Open Source Canva Clone https://ift.tt/jiATs5G

Show HN: Open Source Canva Clone https://ift.tt/aEloJqT August 23, 2022 at 05:44PM

Show HN: Pornpen.ai, AI-Generated Porn https://ift.tt/iSrhuR3

Show HN: Pornpen.ai, AI-Generated Porn Hey HN, I've been working on https://pornpen.ai , a site for generating adult images. Please only visit the site if you are 18+ and willing to look at NSFW images. This site is an experiment using newer text-to-image models. I explicitly removed the ability to specify custom text to avoid harmful imagery from being generated. New tags will be added once the prompt-engineering algorithm is fine-tuned further. If the servers are overloaded, take a look at the feed and search pages to look through past results. For comments/suggestions/feedback please visit https://ift.tt/BoPCT40 Enjoy! https://pornpen.ai/ August 23, 2022 at 11:06PM

Tuesday, August 23, 2022

Sunday, August 21, 2022

My Neighbor’s Door Camera Faces My Apartment. Is That Legal?


By Ronda Kaysen via NYT Real Estate https://ift.tt/Hn2fKa8

from Tumblr https://ift.tt/e0tvi3g
via IFTTT

Show HN: As your priorities change, your Google calendar gets rearranged by AI https://ift.tt/Q3ny2qA

Show HN: As your priorities change, your Google calendar gets rearranged by AI https://ift.tt/ED2F5Up August 21, 2022 at 12:40AM

from Tumblr https://ift.tt/TBoaXCd
via IFTTT

Show HN: Brew.fm – Let bots discover new music on Spotify for you https://ift.tt/Tsq3cCN

Show HN: Brew.fm – Let bots discover new music on Spotify for you Use Spotify? This tool will automate your music discovery for you. Join here (100% perpetually free with no strings attached): https://brew.fm Some time ago, I built and showed HN[1] brew.fm, a tool helping artists remix each other’s work. It had been quiet, and I remembered how fun it was to work with the Spotify API, so I repurposed the tool to solve one of my own problems: missing out on new music of my favorite artists. I shared it on Reddit yesterday[2], and this seems to hit a spot for more people: so far 833 people connected their Spotify account. How it works: The tool simply shows your top 50 artists on Spotify over short, medium and long term, and checks those artists for new music. If you select a playlist, every artist involved in the tracks will be checked for new music, after which new releases are shown sorted by most recent release date. Here’s a video of me demoing the tool: https://youtu.be/Nh2Ognb4PgU . Enjoy! Very open to feedback. [1] https://ift.tt/WeCSzYG [2] https://ift.tt/i4t9RHj... https://www.brew.fm/ August 20, 2022 at 08:23PM

Saturday, August 20, 2022


from Tumblr https://ift.tt/gzcLGrk
via IFTTT

from Tumblr https://ift.tt/Q2w1m9A
via IFTTT

Show HN: Node Maze Generator https://ift.tt/pCEWF6Z

Show HN: Node Maze Generator A few months ago I started making an RPG API and decided to break portions of it off into open source code. Here is an extensible maze / dungeon generator for node which can be installed via NPM. The generator uses a growing tree algorithm and can be extended with custom generators (or by extending the base class) in order to make more complex dungeons, add items and enemies etc. I kept it basic for now, it's very lightweight. I don't know if anyone has a use case for such a library, but here it is none-the-less. https://ift.tt/OPIqHDN August 20, 2022 at 01:33AM

‘A Last Act of Intimate Kindness’


By Michelle Friedman via NYT Style https://ift.tt/lx7sTKG

After 19 Years of ‘Managing,’ He Finally Gets to Be a Manager


By James Wagner via NYT Sports https://ift.tt/IPU6T7D

Spelling Bee Forum


By New York Times Games via NYT Gameplay https://ift.tt/WEdrhIv

Brain-Eating Amoeba Caused Nebraska Child’s Death, Health Officials Say


By Eduardo Medina via NYT Science https://ift.tt/KoVGyDw

Norah Vincent, Who Chronicled Passing as a Man, Is Dead at 53


By Penelope Green via NYT Obituaries https://ift.tt/dRr2pK3

Friday, August 19, 2022

Show HN: An HTML endless runner under 900 lines without frameworks or libraries https://ift.tt/x9lrqLQ

Show HN: An HTML endless runner under 900 lines without frameworks or libraries My wife and I recently submitted to a mobile game jam on Newgrounds (yes, it's still around). What started as a question of whether we could do it somehow morphed into whether we could do without so many of the seemingly needless complications rampant in our respective industries. My wife thus did all the art as traditional frame-by-frame animation (no puppets or tweening) and I preceded without a game engine. I did use a pre-processor that gives JS a Lisp syntax (Parenscript), because C-syntax is gross. We hope the end result, while definitely of small scope, will serve to inspire some thought as to what is and isn't needed in your next project. https://ift.tt/WGZpLR0 August 19, 2022 at 04:12AM

The Abysmal Covid Vaccination Rate for Toddlers Speaks Volumes


By Aaron E. Carroll via NYT Opinion https://ift.tt/UGTJIEB

An Old Medicine Grows New Hair for Pennies a Day, Doctors Say


By Gina Kolata via NYT Health https://ift.tt/8xnbFvS

Spelling Bee Forum


By New York Times Games via NYT Gameplay https://ift.tt/8sV0NJZ

Introducing WordleBot 2.0


By Josh Katz and Matthew Conlen via NYT The Upshot https://ift.tt/W7YT2gw

from Tumblr https://ift.tt/EJYzlI2
via IFTTT

Thursday, August 18, 2022

CVS, Walgreens and Walmart Must Pay $650.5 Million in Ohio Opioids Case


By Jan Hoffman via NYT Health https://ift.tt/Vbei2DJ

A Watermark, and ‘Spidey Sense,’ Unmask a Forged Galileo Treasure


By Michael Blanding via NYT Arts https://ift.tt/uDgz0dQ

Show HN: Fuzzyhome – A Fast Fuzzy Finding New-Tab Page https://ift.tt/eKc8Pkt

Show HN: Fuzzyhome – A Fast Fuzzy Finding New-Tab Page Fuzzyhome is a lightweight new-tab page that lets you very quickly fuzzy find links and navigate to a result. If there are no matching links, you can use your query to perform a search with your search engine of choice. You can also append your query to arbitrary links with a bang-like feature. Cohesive usage instructions can be found on the GitHub page: https://ift.tt/NHETPMv Fuzzyhome is free, entirely client-side, and statically hosted with Cloudflare pages. No sign in or account required. Export your links to a JSON file in the settings menu to keep a backup. Links are stored in IndexedDB and the bundle is cached with service workers for fast loading. Thanks for checking it out, consider giving it a star :) https://fuzzyho.me/ August 18, 2022 at 12:04AM

Ukraine Strikes Again in Crimea, Posing a New Challenge for Putin


By Michael Schwirtz and Anton Troianovski via NYT World https://ift.tt/P5sSekQ

from Tumblr https://ift.tt/DxQyhae
via IFTTT

from Tumblr https://ift.tt/NToXCc0
via IFTTT

Tuesday, August 16, 2022

Everything You Never Wanted to Know About Hemorrhoids https://t.co/X7Ovy9Whlo


from Twitter https://twitter.com/frankienash54

August 16, 2022 at 06:55AM
via frankienash54

Pain Doctor Who Sexually Assaulted Patients Found Dead at Rikers


By Jonah E. Bromwich and Jan Ransom via NYT New York https://ift.tt/En01i9t

The Arizona Republican Party’s Anti-Democracy Experiment


By Robert Draper via NYT Magazine https://ift.tt/GRZyQd3

U.K. Approves Covid Booster Vaccine That Targets Two Variants


By Jenny Gross via NYT Health https://ift.tt/OpwyUI2

Over Two Million Infant Swings and Rockers Recalled After Baby’s Death


By April Rubin via NYT Business https://ift.tt/Ly0neoT

from Tumblr https://ift.tt/9HMyz3g
via IFTTT

Adam Neumann Gets a New Backer


By Andrew Ross Sorkin, Vivian Giang, Stephen Gandel, Lauren Hirsch and Ephrat Livni via NYT Business https://ift.tt/2SBhGan

Monday, August 15, 2022

Show HN: Belua, Beautifully Organised Contacts https://ift.tt/qQh5vTk

Show HN: Belua, Beautifully Organised Contacts Manage and present your contacts with the Belua app on iPhone. Features: Organise - Display generative art for contacts without photo. - Use tags to categorise your contacts. - Use the touch action to surface contacts in recent. - Sort by recent, by recently added, by tag or by country. - Privacy Built-In from the start. - Actions such as favourite, tag and hide work across devices if you are using iCloud. - Works offline Search - Search text in contacts - Diacritic insensitive [a diacritic is a glyph added to a letter or to a basic glyph]. - Works with natural language text to ensure correct behaviour in multiple scripts and languages such as Chinese or Japanese. https://ift.tt/nTMzZ35 August 14, 2022 at 05:14PM

Presidential Power to Declassify Information, Explained


By Charlie Savage via NYT U.S. https://ift.tt/pItiKHj

Driver Kills 1 and Injures 17 at Fund-Raiser, Then Kills Another, Police Say


By Vimal Patel via NYT U.S. https://ift.tt/Gdza2yj

Man Dies by Suicide After Ramming Car Into Barricade Near U.S. Capitol


By April Rubin via NYT U.S. https://ift.tt/IrhvlUD

Gen X Is Kind of, Sort of, Not Really the Boss


By Pamela Paul via NYT Opinion https://ift.tt/nhy3A0p

Salman Rushdie, Badly Wounded, Is Off Ventilator and Starting to Recover


By Elizabeth A. Harris via NYT New York https://ift.tt/TQsjN4a