Monday, August 31, 2020

Show HN: Trying to Do Something in Rust https://news.ycombinator.com/item?id=24339025

Show HN: Trying to Do Something in Rust https://github.com/joaoneto/rust-web-server August 31, 2020 at 11:14PM

Show HN: FollowOn – Find new Twitter follows using your favorite influencers https://news.ycombinator.com/item?id=24337946

Show HN: FollowOn – Find new Twitter follows using your favorite influencers https://followon.social August 31, 2020 at 07:23PM

Show HN: Modified Microsoft AirSim ros wrapper https://news.ycombinator.com/item?id=24337304

Show HN: Modified Microsoft AirSim ros wrapper https://github.com/GimpelZhang/airsim_ros August 31, 2020 at 05:33PM

Show HN: Free web app for constructing crossword puzzles https://news.ycombinator.com/item?id=24336277

Show HN: Free web app for constructing crossword puzzles https://www.crosserville.com August 31, 2020 at 02:52PM

Show HN: Okeano – Privacy-friendy search engine that allows domain blocklisting https://news.ycombinator.com/item?id=24336077

Show HN: Okeano – Privacy-friendy search engine that allows domain blocklisting https://okeano.com/ August 31, 2020 at 02:19PM

Show HN: I've built self-opening trash bin, I relax myself feeding garbage to it https://news.ycombinator.com/item?id=24335864

Show HN: I've built self-opening trash bin, I relax myself feeding garbage to it https://github.com/ivanilves/arduino-sketches/tree/master/basurito August 31, 2020 at 01:58PM

Show HN: Today I Learned, tool I created to help me document things I learn https://news.ycombinator.com/item?id=24333320

Show HN: Today I Learned, tool I created to help me document things I learn https://todayilearned.wiki/ August 31, 2020 at 09:52AM

Show HN: We Built an AppStore for TestFlight Apps https://news.ycombinator.com/item?id=24335612

Show HN: We Built an AppStore for TestFlight Apps https://testflight.live/ August 31, 2020 at 01:31PM

Show HN: A zero effort social image generator for your website https://news.ycombinator.com/item?id=24335060

Show HN: A zero effort social image generator for your website https://www.mugshotbot.com August 31, 2020 at 12:24PM

Revel to Provide New Shared Electric Mopeds To Fill Transportation Gaps

Revel to Provide New Shared Electric Mopeds To Fill Transportation Gaps
By Bradley Dunn

Expanding shared mobility services is an important part of the SFMTA’s goal to provide sustainable mobility options. These programs support our climate change and equity goals by reducing our city’s reliance on single-occupancy vehicles. On August 31, Revel is expected to launch approximately 430 e-mopeds in San Francisco helping fill gaps in our transportation network while transit service is reduced and beyond.

Shared electric mopeds offer a zero-emission choice for getting around San Francisco. Shared e-mopeds help make better use of travel lanes and scarce curb, using little scraps too small to park even the tiniest car. During  COVID-19, shared e-mopeds provide a mobility alternative that doesn’t contribute to traffic congestion and doesn’t burden transit, helping make more room on Muni for essential workers and transit-dependent San Franciscans.

The SFMTA has approved Revel Transit, a New York-based moped operator, as a Shared Electric Moped Organization and has issued Revel 432 parking permit stickers. The permit fees paid by Revel include estimated prepayment for the use of parking meters and Residential Parking Permits of the mopeds.

A Revel user rides a shared electric moped in front of Fort Point

A Revel user rides a shared electric moped in front of Fort Point

The Shared Electric Moped Parking Permit exempts Revel from certain on-street parking  regulations in exchange for sharing utilization data with the SFMTA. A moped bearing a valid Shared Electric Moped Parking Permit is exempt from:

  • Residential Parking Permit (RPP) time limit restrictions;
  • meter payment when parked at metered motorcycle stalls; and
  • meter payment when parked at the end of a full-size metered parallel stall.

The Shared Electric Moped Parking Permit does not exempt a permitted moped from any other parking restriction.

Revel will launch with a service area that includes the Haight, Tenderloin, Castro, Mission District, Outer Mission, Cow Hollow, Financial District, Dogpatch, Richmond District, Golden Gate Heights, and Pacific Heights. The SFMTA will work with Revel to grow their service area to reach every corner of the city.

Revel will also offer its Access program in San Francisco, allowing riders who are eligible for any local, state, or federal assistance programs to receive a 40 percent discount on rides. Active military and veterans will also be eligible to receive a 20 percent discount on rides.

Each Revel moped is equipped with two U.S. DOT-certified helmets that must be worn at all times. Every San Francisco rider is covered by third-party liability insurance, and all riders are required to abide by all local traffic and parking laws.  

Expanding existing e-moped service to provide people with sustainable travel options is part of the agency’s overall Transportation Recovery Plan. As congestion threatens our economic recovery and climate change is a continuing emergency, shared electric mopeds offer more ways to move around San Francisco without creating congestion and greenhouse gas emissions.



Published August 31, 2020 at 11:22AM
https://www.sfmta.com/blog/revel-provide-new-shared-electric-mopeds-fill-transportation-gaps

Show HN: Friendly Fire – Open-source, Metroidvania-style game in the browser https://news.ycombinator.com/item?id=24310241

Show HN: Friendly Fire – Open-source, Metroidvania-style game in the browser https://friendlyfiregame.com/ August 28, 2020 at 02:34PM

Show HN: WunderGraph – Aggregate REST and GraphQL APIs, Add AuthN/Z and Caching https://news.ycombinator.com/item?id=24329651

Show HN: WunderGraph – Aggregate REST and GraphQL APIs, Add AuthN/Z and Caching Hey, I'm Jens, founder of WunderGraph. Over the years of working with REST & GraphQL APIs, I found that some aspects of using it are way too complicated. Here's a list of problems I believe could be abstracted away: - Aggregating multiple GraphQL, REST, etc. APIs into a simple to use API (Backend for Frontend) without writing code - adding Authentication & Authorization to APIs you don't have full control over - adding efficient and easy to use Caching to GraphQL APIs without writing code - adding persisted queries for security and performance reasons without making my application code and deployment process more complex Companies like Facebook, who are concerned about security and performance, use persisted Queries and don't expose their GraphQL API directly to the public. While developing they write their Queries using Relay and persist (whitelist) them at compile time. At least that's my understanding from their blog posts and conference talks. WunderGraph takes this approach to the next level by turning the flow around. Relay, Apollo, URQL, etc. are very complex pieces of software because of the dynamic nature of GraphQL. With WunderGraph we define all Operations in GraphiQL "on the server" and then generate a very simple client from it. In a nutshell, Queries become simple GET requests with variables as query parameters, Mutations still are POST requests but just with variables as the body. A more in depth explanation including an example can be found here: https://www.reddit.com/r/graphql/comments/ijui1x/show_wundergraph_public_beta_aggregate_rest/ More info & docs: https://wundergraph.com/ For those who like to watch videos, here's a general overview: https://youtu.be/RwkThD5pz1E Here's a full 26m tutorial with React & Typescript that helps to start from scratch: https://youtu.be/8BQNeeVoFGI August 31, 2020 at 02:06AM

Show HN: ML From Scratch – free online textbook https://news.ycombinator.com/item?id=24332303

Show HN: ML From Scratch – free online textbook https://dafriedman97.github.io/mlbook/content/introduction.html August 31, 2020 at 08:16AM

Show HN: Voting Platform that knows ‘Taylor Swift” is not “a swift tailor’ https://news.ycombinator.com/item?id=24330309

Show HN: Voting Platform that knows ‘Taylor Swift” is not “a swift tailor’ https://ayetap.com/disrupters August 31, 2020 at 04:25AM

Show HN: Bash Framework Written for Fun https://news.ycombinator.com/item?id=24329686

Show HN: Bash Framework Written for Fun https://github.com/mindaugasbarysas/bashwithnails August 31, 2020 at 02:17AM

Show HN: Intel Compute Stick Licence Plate Detection https://news.ycombinator.com/item?id=24328824

Show HN: Intel Compute Stick Licence Plate Detection https://github.com/s3nh/licence-plate-tf August 30, 2020 at 10:48PM

Sunday, August 30, 2020

Show HN: Kubernetes – How to Use Persistent Volume and Persistent Claims https://news.ycombinator.com/item?id=24329060

Show HN: Kubernetes – How to Use Persistent Volume and Persistent Claims https://youtu.be/1FTJQOvAGOY August 30, 2020 at 11:46PM

Show HN: Headcrab, a modern Rust debugger library https://news.ycombinator.com/item?id=24327790

Show HN: Headcrab, a modern Rust debugger library https://github.com/headcrab-rs/headcrab August 30, 2020 at 06:53PM

Show HN: A CSS file that reshapes the web https://news.ycombinator.com/item?id=24327201

Show HN: A CSS file that reshapes the web https://github.com/propjockey/augmented-ui August 30, 2020 at 05:11PM

Show HN: My recreation of cyberpunk/futuristic UI in rust https://news.ycombinator.com/item?id=24327130

Show HN: My recreation of cyberpunk/futuristic UI in rust https://ivanceras.github.io/futuristic-ui/ August 30, 2020 at 05:01PM

Show HN: Golang Web Assembly Playground https://news.ycombinator.com/item?id=24325913

Show HN: Golang Web Assembly Playground https://app.qvault.io/playground/go August 30, 2020 at 02:01PM

Show HN: Automating My Studio Apartment https://news.ycombinator.com/item?id=24326032

Show HN: Automating My Studio Apartment https://blog.digitalbunker.dev/2020/08/30/automating-my-san-francisco-studio-part-1/ August 30, 2020 at 02:21PM

Show HN: AI that converts chess eBooks to interactive ones https://news.ycombinator.com/item?id=24324824

Show HN: AI that converts chess eBooks to interactive ones https://ebook.chessvision.ai/ August 30, 2020 at 11:32AM

Show HN: Learn how WebRTC actually works. A book on the protocols, not just APIs https://news.ycombinator.com/item?id=24323589

Show HN: Learn how WebRTC actually works. A book on the protocols, not just APIs https://webrtcforthecurious.com/ August 30, 2020 at 08:43AM

Show HN: Vimac – Productive macOS keyboard-driven navigation https://news.ycombinator.com/item?id=24323378

Show HN: Vimac – Productive macOS keyboard-driven navigation http://vimacapp.com August 30, 2020 at 08:07AM

Saturday, August 29, 2020

Show HN: I built a simple, reliable, and affordable brand monitoring service https://news.ycombinator.com/item?id=24319974

Show HN: I built a simple, reliable, and affordable brand monitoring service https://brandchirps.com/?# August 29, 2020 at 03:50PM

Show HN: I got bombarded with ads by note sharing sites, so I created this in 1d https://news.ycombinator.com/item?id=24319662

Show HN: I got bombarded with ads by note sharing sites, so I created this in 1d https://nnote.cc August 29, 2020 at 02:49PM

Show HN: Git Guide: Zero to Rebase https://news.ycombinator.com/item?id=24319451

Show HN: Git Guide: Zero to Rebase https://oyvn.github.io/git-zero-to-rebase August 29, 2020 at 02:08PM

Show HN: A Hacker News Client in Slack https://news.ycombinator.com/item?id=24317695

Show HN: A Hacker News Client in Slack https://slack.com/apps/A0187LHV5QC-digest August 29, 2020 at 10:21AM

Show HN: Own Private Online CV Website https://news.ycombinator.com/item?id=24314564

Show HN: Own Private Online CV Website https://kwickbox.cloud August 29, 2020 at 01:14AM

Show HN: An Interactive Assembly Guide for Electronics Projects https://news.ycombinator.com/item?id=24314801

Show HN: An Interactive Assembly Guide for Electronics Projects https://kitspace.org/interactive_bom/?github.com/mattvenn/teensy-audio-fx August 29, 2020 at 02:09AM

Show HN: SQL powered Log management and Security Analytics https://news.ycombinator.com/item?id=24312437

Show HN: SQL powered Log management and Security Analytics https://www.easysiem.com August 28, 2020 at 06:25PM

Friday, August 28, 2020

Show HN: Healthcare Is Dumb https://news.ycombinator.com/item?id=24309237

Show HN: Healthcare Is Dumb https://healthcareisdumb.com/ August 28, 2020 at 12:54PM

Show HN: I Made a Templating Language https://news.ycombinator.com/item?id=24308530

Show HN: I Made a Templating Language https://github.com/sebbekarlsson/gpp August 28, 2020 at 11:44AM

Show HN: Outdoor standing desk that goes on a tree https://news.ycombinator.com/item?id=24308487

Show HN: Outdoor standing desk that goes on a tree https://www.indiegogo.com/projects/tree-table August 28, 2020 at 11:40AM

Show HN: Tool for Automating SQL Transforms https://news.ycombinator.com/item?id=24307677

Show HN: Tool for Automating SQL Transforms Hey everyone this is Michael and Daniel from the structure.rest team. We built structure as an alternative to the command line based tools that currently exist for building DAGs for your data warehouse. With command line based tools, you have to edit and explore in a sql editor, paste that into a code editor, use the command line tool and use a web browser to view your data catalog. And then you have to go back and forth constantly between all these tools and do this over and over again for the hundreds of models in your DAG. Instead, we’ve built an open source editor + command line utility that integrates all of this into a single integrated experience. We feel that better tools lead to better data analysis which helps organizations make better data driven decisions Here’s a video that shows how intuitive the structure editor is: https://www.youtube.com/watch?v=hskhBTyg258 Come check us out at www.structure.rest and join our slack (https://join.slack.com/t/structuresupport/shared_invite/zt-ddx04ho4-_q43i5o3zQ9jv00qx~dx8A) . Both the editor and command line utility are open source and the editor downloads as an app for Windows, Linux, and Mac. Our command line tool makes it easy to run your DAG as part of CI/CD. We currently support snowflake (https://www.snowflake.com/), but we are looking forward to supporting other platforms. Let us know if there is a platform you would like us to support next. August 28, 2020 at 10:37AM

Show HN: Read The Count of Monte Cristo and others in installments in your email https://news.ycombinator.com/item?id=24307752

Show HN: Read The Count of Monte Cristo and others in installments in your email https://www.serialliterature.com/ August 28, 2020 at 10:43AM

Launch HN: SuperTokens (YC S20) – Securely manage session tokens https://news.ycombinator.com/item?id=24306572

Launch HN: SuperTokens (YC S20) – Securely manage session tokens Hi everyone! My name is Advait and I co-founded SuperTokens along with @rishabhpoddar ( https://supertokens.io/ ). SuperTokens helps companies securely manage their session tokens, saving developer time and preventing identity theft. We started SuperTokens 1.5 years ago when we were building a consumer app and wanted our users to be logged in for a long time in a secure way. When it came to managing user sessions, there was a lot of ambiguity. We read many forums (Reddit, Stackoverflow) and blogs, and found that developers were arguing about best practices, such as using local storage vs cookies, implementing JWTs, etc. We had to do a lot of the first principles thinking ourselves to understand the tradeoffs. Around the same time, Facebook, Docker, Gitlab, Youtube, Uber were in the news for session vulnerabilities. Stealing a user’s session allows you to access their account as if you had their username and password. Hence being able to mitigate against this is important. We’ve audited companies and found large session vulnerabilities that they were not aware of. For a YC company, we were able to pull information on users that we shouldn’t have had access to. Through our research, we built something internally and decided to write a blog post [1] explaining how our system works. While SuperTokens is not currently open source, you can see the original codebase on Github [2]. Building a good solution for sessions requires a lot of specialised knowledge and time that could otherwise be spent on building your core business logic. Detecting session theft reliably is difficult. There are multiple race conditions, edge cases and network issues that need to be thought about. In fact, one of our libraries that solves a difficult race condition has 100K downloads / week and is even used by Auth0 [3] SuperToken mitigates against all session attacks (XSS, CSRF, etc) by implementing best practices. For a full list of types of attacks with real life examples please see [4]. However, it is not possible to mitigate against all attacks (for eg: social engineering) and hence, SuperTokens is also able to detect session theft. We use rotating refresh tokens as per the official OAuth specifications in RFC 6819 [5]. Auth0 has also started offering this, but due to their setup, they cannot use httpOnly cookies to store these tokens and this goes against popular compliance recommendations. Besides security, SuperTokens also offers improved API performance and developer convenience. For clustered and distributed environments, session verification for each API takes < 1 millisecond. You can get a user’s ID and access role without any database lookup. SuperTokens can be implemented in 15 minutes, provides a simple API and has clear documentation. We abstract away complexities of token management by providing frontend and backend SDKs. In the coming months we plan to offer Access Control, Internal Auth between services and for internal tools (i.e. recent Twitter hack was through unauthorized access to an internal tool), and more! We're still experimenting with pricing, so you won't find this on our website, but we'd love to hear your thoughts about it. Thank you for reading! We’d love to hear what this community specifically has to say and if you have any experience dealing with this. We’d appreciate any feedback! ---------- Footnotes: [1] - Blog post: https://medium.com/hackernoon/all-you-need-to-know-about-use... [2] - Github: https://github.com/supertokens/supertokens-core [3] - Library used by Auth0: https://www.npmjs.com/package/browser-tabs-lock [4] - List of attacks: https://supertokens.io/pdf/attackshomepagev1 [5] - OAuth RFC 6819: https://tools.ietf.org/html/rfc6819#section-5.2.2.3 August 28, 2020 at 09:08AM

Show HN: Speechtext.ai – Automated Transcription Service with Human Accuracy https://news.ycombinator.com/item?id=24303805

Show HN: Speechtext.ai – Automated Transcription Service with Human Accuracy https://speechtext.ai/ August 28, 2020 at 04:57AM

Show HN: 3D first person game rendered in CSS/HTML https://news.ycombinator.com/item?id=24305834

Show HN: 3D first person game rendered in CSS/HTML https://pantel.is/projects/css3d/ August 28, 2020 at 08:14AM

Show HN: PayPal emailed me today about 2001 request https://news.ycombinator.com/item?id=24304899

Show HN: PayPal emailed me today about 2001 request So I sold something on eBay 19 years and PayPal is let me know today the person is not going to pay via PayPal. They must have sent a check... Anyone out there getting older updates that this from ancient systems? 90's 80's? Auction Money Request Cancelled Hello Gemhunt.com , Peek-A-Boo 4-U cancelled the following auction money request: Seller: Gemhunt.com (sales@gemhunt.com) ---------------------------------------------------------------------- Money Request Details ---------------------------------------------------------------------- Seller's User ID: Amount:$1.99 USD Shipping & Handling:$2.90 USD Insurance: Total Amount:12.85 USD --------- Item Information --------- Item #:1613176702 Item Headline:400 Rough Diamonds * No Reserve!!! Item Quantity: 0 Item Unit Value: $1.99 USD Item Number:1613176702 Auction User ID: Item URL:http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=1613176702 End Date:Jul 11, 2001 Item Title:400 Rough Diamonds No Reserve!!! Here is a message from Peek-A-Boo 4-U: Thanks for bidding, My eBay ID is Gemhunt. com, My address for checks or money orders is: Mosaical Memories Inc, 2319 Fairview Ave, Fox River Grove, IL 60021, I ship the day after I receive payment, Thanks again, Paul Krush To view updated details of this auction money request, click on the following link or copy and paste the link into your web browser: https://www.paypal.com/us/cgi-bin/?cmd=_prp&id=T2W67WUZYG-a-b6NaJekbs Sincerely, PayPal PROTECT YOUR PASSWORD NEVER give your password to anyone, including PayPal employees. Protect yourself against fraudulent websites by opening a new web browser (e.g. Internet Explorer or Firefox) and typing in the PayPal URL every time you log in to your account. Copyright © 1999-2020 PayPal, Inc. All rights reserved. PayPal is located at 2211 N. First St., San Jose, CA 95131. August 28, 2020 at 06:59AM

Show HN: My Indie Hacker goal - Earn $100 a day to keep your desk job away https://news.ycombinator.com/item?id=24304674

Show HN: My Indie Hacker goal - Earn $100 a day to keep your desk job away My goal when I first started as an Indie Hacker was to earn $100/day. Everything that I did was to achieve that goal. I reached that goal after 6 months and I increased my goal to $200/day. I reached that goal a year back, now my current goal is $300/day. This might look small sometimes and easy to achieve but it's not and when you get small wins, you move to a bigger goal all the while maintaining the momentum and enthusiasm. On the flips side, if I had set my goal to $10K/month, it would seem very big and I might have given up very early (Actually I wouldn't because I quit my job and hate 9 to 5 job). A lot of people might not see any gratification anytime soon with big goals. Its always good to set small realistic goals which will ultimately make you a successful maker in the long run. So far i have built https://acrypto.io/ topping $4000/month https://visalist.io/ topping $7000/month https://simpleops.io/ topping $8000/month August 28, 2020 at 06:39AM

Show HN: Visualize Data Structures in VS Code https://news.ycombinator.com/item?id=24304623

Show HN: Visualize Data Structures in VS Code https://github.com/hediet/vscode-debug-visualizer/tree/master/extension August 28, 2020 at 06:34AM

Show HN: Fred-CLI https://news.ycombinator.com/item?id=24303961

Show HN: Fred-CLI https://github.com/aamnv/fred-cli August 28, 2020 at 05:18AM

Show HN: Image Encryption-Decryption (Python) https://news.ycombinator.com/item?id=24302662

Show HN: Image Encryption-Decryption (Python) https://github.com/s3nh/img-cryptor August 28, 2020 at 01:39AM

Show HN: Generate beautiful summary GitHub statistics images using Actions https://news.ycombinator.com/item?id=24302100

Show HN: Generate beautiful summary GitHub statistics images using Actions https://github.com/jstrieb/github-stats August 27, 2020 at 11:58PM

Show HN: Little Ball of Fur 2.0 – A graph sampling Python library https://news.ycombinator.com/item?id=24281678

Show HN: Little Ball of Fur 2.0 – A graph sampling Python library https://github.com/benedekrozemberczki/Littleballoffur August 26, 2020 at 05:11AM

Show HN: Build Your Own Flight Tracking with Python and Open Air Traffic Data https://news.ycombinator.com/item?id=24303400

Show HN: Build Your Own Flight Tracking with Python and Open Air Traffic Data https://www.geodose.com/2020/08/create-flight-tracking-apps-using-python-open-data.html August 28, 2020 at 03:47AM

Show HN: Building CleanCam for iOS 6 in 2020 https://news.ycombinator.com/item?id=24302918

Show HN: Building CleanCam for iOS 6 in 2020 https://medium.com/@peterburkimsher/building-cleancam-for-ios-6-in-2020-329b4f028a53 August 28, 2020 at 02:19AM

Thursday, August 27, 2020

Show HN: Cover Faces from Protest Photos https://news.ycombinator.com/item?id=24301779

Show HN: Cover Faces from Protest Photos https://www.gradio.app/hub/hub-blm August 27, 2020 at 10:58PM

Show HN: Identity Card Semantic Segmentation (Pytorch) https://news.ycombinator.com/item?id=24301214

Show HN: Identity Card Semantic Segmentation (Pytorch) https://github.com/s3nh/unet-midv500 August 27, 2020 at 08:56PM

Show HN: Stream Torrent from Yours Browser https://news.ycombinator.com/item?id=24300932

Show HN: Stream Torrent from Yours Browser http://popcorntime.tube August 27, 2020 at 07:51PM

Show HN: Compass to nearby water refill stations https://news.ycombinator.com/item?id=24300508

Show HN: Compass to nearby water refill stations http://www.findtap.com/compass August 27, 2020 at 06:27PM

Show HN: Drone Deploy Dataset – Segmentation with Pytorch https://news.ycombinator.com/item?id=24297218

Show HN: Drone Deploy Dataset – Segmentation with Pytorch https://github.com/s3nh/drone-deploy-seg August 27, 2020 at 11:54AM

Show HN: Gradio – GUIs for Faster ML Prototyping https://news.ycombinator.com/item?id=24295489

Show HN: Gradio – GUIs for Faster ML Prototyping http://gradio.app August 27, 2020 at 09:41AM

Show HN: Civilization VI, but made in WebFlow (a no-code tool) https://news.ycombinator.com/item?id=24294450

Show HN: Civilization VI, but made in WebFlow (a no-code tool) https://webflow.com/website/Civilization August 27, 2020 at 08:12AM

Show HN: Muse – Tool for Thought on iPad https://news.ycombinator.com/item?id=24294397

Show HN: Muse – Tool for Thought on iPad https://launch-preview.museapp.com/ August 27, 2020 at 08:06AM

Show HN: Cover protester faces with a black fist https://news.ycombinator.com/item?id=24294108

Show HN: Cover protester faces with a black fist https://www.gradio.app/hub/hub-blm August 27, 2020 at 07:39AM

Show HN: Olaf – Acoustic Fingerprinting on the ESP32 and in the Browser https://news.ycombinator.com/item?id=24292817

Show HN: Olaf – Acoustic Fingerprinting on the ESP32 and in the Browser https://0110.be/posts/Olaf_-_Acoustic_fingerprinting_on_the_ESP32_and_in_the_Browser August 27, 2020 at 05:07AM

Show HN: Limus – Transform image to be more professional https://news.ycombinator.com/item?id=24290849

Show HN: Limus – Transform image to be more professional https://limus.netlify.app/ August 27, 2020 at 12:07AM

Wednesday, August 26, 2020

Show HN: Computer Music with Python https://news.ycombinator.com/item?id=24289981

Show HN: Computer Music with Python https://github.com/luvsound/pippi August 26, 2020 at 08:54PM

Show HN: Vim-Like Layer for Xorg and Wayland https://news.ycombinator.com/item?id=24280413

Show HN: Vim-Like Layer for Xorg and Wayland https://cedaei.com/posts/vim-like-layer-for-xorg-wayland/ August 26, 2020 at 01:34AM

Show HN: GoFlip – Convert videos into Flip-Book-like versions of themselves https://news.ycombinator.com/item?id=24281382

Show HN: GoFlip – Convert videos into Flip-Book-like versions of themselves https://github.com/Kadle11/GoFlip August 26, 2020 at 04:22AM

Show HN: A terminal-based presentation tool with colors and effects https://news.ycombinator.com/item?id=24281236

Show HN: A terminal-based presentation tool with colors and effects https://github.com/vinayak-mehta/present August 26, 2020 at 03:54AM

Show HN: One-Shot Recognition of Manufacturing Defects in Steel Surfaces https://news.ycombinator.com/item?id=24289934

Show HN: One-Shot Recognition of Manufacturing Defects in Steel Surfaces https://github.com/adipandas/one-shot-steel-surfaces August 26, 2020 at 08:45PM

Show HN: Predict Python Code with Transformers/LSTMs https://news.ycombinator.com/item?id=24289258

Show HN: Predict Python Code with Transformers/LSTMs https://github.com/lab-ml/source_code_modelling August 26, 2020 at 06:23PM

Show HN: SuperFan Studio – Canva for AR, a no-code tool to create AR https://news.ycombinator.com/item?id=24288103

Show HN: SuperFan Studio – Canva for AR, a no-code tool to create AR http://superfan.studio/ August 26, 2020 at 03:37PM

New Capital Entrepreneur LLC Consultants: Reimagine Potrero Yard with Us – Summer Milestones


from bitly https://bit.ly/3jgEZOE
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Word.to – Word Editor, Word Counter, Word Converter API https://news.ycombinator.com/item?id=24288213


from bitly https://bit.ly/2Ezr2MG
via IFTTT

New Capital Entrepreneur LLC Consultants: Reimagine Potrero Yard with Us – Summer Milestones


from bitly https://bit.ly/3jgEZOE
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Word.to – Word Editor, Word Counter, Word Converter API https://news.ycombinator.com/item?id=24288213


from bitly https://bit.ly/2Ezr2MG
via IFTTT

Show HN: Guess whether a quote is from Trump or fine-tuned GPT-2 https://news.ycombinator.com/item?id=24289463

Show HN: Guess whether a quote is from Trump or fine-tuned GPT-2 https://trumporbot.com August 26, 2020 at 07:03PM

New Capital Entrepreneur LLC Consultants: Reimagine Potrero Yard with Us – Summer Milestones


from bitly https://bit.ly/3jgEZOE
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Word.to – Word Editor, Word Counter, Word Converter API https://news.ycombinator.com/item?id=24288213


from bitly https://bit.ly/2Ezr2MG
via IFTTT

Reimagine Potrero Yard with Us – Summer Milestones

Reimagine Potrero Yard with Us – Summer Milestones
By Adrienne Heim

A rendering of the future modernized Potrero Yard

A potential rendering of the future modernized Potrero Yard

The Potrero Yard Modernization Project will rebuild the existing Potrero bus yard to ensure we maintain our bus fleet as efficiently as possible and enhance the facility’s resilience to climate change and other natural disasters. The Project will also ensure our staff is able to perform their work in a safe and efficient way and address the City’s broader goals for new housing and affordable housing.  The Project has issued a Request for Qualifications (RFQ), an important step for modernizing the yard.

The Project Concept

The modern yard will be able to store 213 buses, increasing capacity by approximately 50%.

In addition, the facility will include the following features:

  • LEED Gold Certification
  • An elevated structural and seismic building standard
  • Infrastructure for battery-electric buses
  • Centralized location for Street Operations - Muni’s “first responders”
  • Centralized, modern space for Muni operator training
  • Active ground floor uses on Bryant, and possibly 17th streets

“This exciting project will help fix two of the city's most pressing issues: lack of affordable housing and unreliable transit service,” said Alexander Hirji, Potrero Yard Neighborhood Working Group member and San Francisco Youth Commissioner. “The yard portion of the Project allows the SFMTA to maintain buses effectively, send them out to the riders, and it allows for future bus technology innovations in years to come. Up top, the affordable housing portion allows this city to make strides toward its goals for providing quality affordable housing to residents. This project will shape the Agency for many decades, and in a good, sustainable, and equitable way.”

An image showing a three level bus yard with mixed-use housing on top

A modernized Potrero Yard would have multiple uses.

Housing on Top of the Yard

An image of the Potrero Yard

Potrero Yard is home to much of Muni's trolleybus fleet

The SFMTA is proposing up to 575 rental units of housing with an initial affordability target of 50%. The city’s committed to addressing the shortage of affordable housing and is therefore challenging potential developers to seek additional funds to maximize the affordability percentage, up to as much as 100% affordable. Many factors informed the proposed project’s size and unit count, such as building height, massing, financial feasibility and shadows on Franklin Square.

Two months ago, virtual community conversations were hosted to provide a refresher about the project and discuss where we are in the process. If you were unable to attend, please listen to the June 6 conversation to hear the project team and members of the community discuss the project. 

We’re excited to announce that we’ve achieved three major milestones last week:

  1. The Project’s Request for Qualifications (RFQ) was issued to begin the developer procurement process followed by a press release

The RFQ is the first of a two-step process to bring a developer partner under contract with the city. This stage is to pre-qualify a group of professionals who have the experience and financial backing to successfully complete this project. Ideally, we will end up with three qualified developer teams. 

The second step is to ask those pre-qualified teams for project proposals as part of the Request for Proposal (RFP) stage, which will end up in the selection of a single developer partner.

  1. Special legislation was introduced by the Board of Supervisors last Tuesday, August 18, to set rules for a long-term agreement with a developer team that would design, build, finance, operate and maintain the new yard.

The legislation obligates the project to prevailing wages, a Local Business Enterprise (LBE) program, the city’s local hire policy and first source hiring ordinance. The ordinance also allows payment of a design stipend for up to two unsuccessful respondent development teams. This special legislation will first be heard by the Budget and Finance Committee consisting of Supervisors Walton, Fewer and Mandelman.

  1. A meeting to introduce all the topic areas that will be covered in the environmental impact document (referred collectively as the “project scope”) will be held by the San Francisco Planning Department on Wednesday, September 2, beginning at 6:00 p.m. 

You may also view a video presentation by SF Planning for the project and provide comments to cpc.PotreroYardEIR@sfgov.org concerning the scope of the Environmental Impact Report (EIR) until 5:00 p.m., September 18.

The meeting event will take place on Zoom: https://swca.zoom.us/s/92577630432/ Meeting ID: 925 7763 0432, or join by phone at 1.888.475.4499.

The purpose of the meeting is to collect comments from other regulatory agencies and the public on the draft scope. This is an opportunity for the public to add topic areas that SF Planning may not have included in their initial scoping process. More information can be found at the Planning Environmental Review Documents page under Potrero Yard Modernization Project – 2019-021884ENV.

Community Outreach

We will be tabling on Labor Day weekend, September 5 and 6, from noon to 5:00 p.m. at John O’Connell High School (Harrison Street between 18th and 20th streets) for the Carnaval San Francisco Latino COVID-19 Healing & Recovery – Salud es Poder event hosted by CANA-Carnaval San Francisco in partnership with the San Francisco Latino Task Force, community based organizations, health providers, and San Francisco City Departments.

We’re also planning to host English- and Spanish-language virtual community events to discuss the second step of the developer procurement process, the RFP, which we hope to issue in early 2021.

Learn more about the project by visiting www.sfmta.com/PotreroYard.

For more information, please email PotreroYard@sfmta.com or call us at 415.646.2223.

 



Published August 26, 2020 at 06:23PM
https://www.sfmta.com/blog/reimagine-potrero-yard-us-%E2%80%93-summer-milestones

Show HN: Word.to – Word Editor, Word Counter, Word Converter API https://news.ycombinator.com/item?id=24288213

Show HN: Word.to – Word Editor, Word Counter, Word Converter API https://word.to August 26, 2020 at 03:50PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/2QnWY9o
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gvRR1D
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/2QsC3SA
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/2EmCCLw
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Typelit.io – Improve your touch typing by practicing on classic books https://news.ycombinator.com/item?id=24280937


from bitly https://bit.ly/32uJVbQ
via IFTTT

Show HN: Lulim Jewelry – Design and 3D print your own custom wedding band https://news.ycombinator.com/item?id=24275941

Show HN: Lulim Jewelry – Design and 3D print your own custom wedding band https://lulimjewelry.com August 25, 2020 at 01:51PM

New Capital Entrepreneur LLC Consultants: Show HN: Typelit.io – Improve your touch typing by practicing on classic books https://news.ycombinator.com/item?id=24280937


from bitly https://bit.ly/2EtPe3d
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gtRRiz
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/2QoYpUX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gz7YeG
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Typelit.io – Improve your touch typing by practicing on classic books https://news.ycombinator.com/item?id=24280937


from bitly https://bit.ly/2EtPe3d
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gtRRiz
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/2QoYpUX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gz7YeG
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Typelit.io – Improve your touch typing by practicing on classic books https://news.ycombinator.com/item?id=24280937


from bitly https://bit.ly/2EtPe3d
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gtRRiz
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/2QoYpUX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3gz7YeG
via IFTTT

Show HN: Typelit.io – Improve your touch typing by practicing on classic books https://news.ycombinator.com/item?id=24280937

Show HN: Typelit.io – Improve your touch typing by practicing on classic books https://typelit.io/ August 26, 2020 at 02:58AM

New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3aUOX5m
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3aUOX5m
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622


from bitly https://bit.ly/3aUOX5m
via IFTTT

Show HN: I made a web scraper that you don't need to study for to use it https://news.ycombinator.com/item?id=24279622

Show HN: I made a web scraper that you don't need to study for to use it https://scraper.ai/#use-cases August 25, 2020 at 11:05PM

Tuesday, August 25, 2020

Show HN: Melancholy Corner – an online vaporwave/lo-fi radio station https://news.ycombinator.com/item?id=24269916

Show HN: Melancholy Corner – an online vaporwave/lo-fi radio station https://melancholy.xyz/ August 25, 2020 at 03:42AM

Show HN: Will It CORS? – an automatic CORS explainer https://news.ycombinator.com/item?id=24269609

Show HN: Will It CORS? – an automatic CORS explainer http://willitcors.com August 25, 2020 at 02:45AM

New Capital Entrepreneur LLC Consultants: Show HN: Newsboard – A Hacker News Clone https://news.ycombinator.com/item?id=24268079


from bitly https://bit.ly/3aRBjQv
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/2Qpy617
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/3ja1RPM
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: We build a calendar for people that schedule to-dos https://news.ycombinator.com/item?id=24263960


from bitly https://bit.ly/3lcHMtY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/2EvqlUz
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Newsboard – A Hacker News Clone https://news.ycombinator.com/item?id=24268079


from bitly https://bit.ly/3aRBjQv
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/2Qpy617
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/3ja1RPM
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: We build a calendar for people that schedule to-dos https://news.ycombinator.com/item?id=24263960


from bitly https://bit.ly/3lcHMtY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/2EvqlUz
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Newsboard – A Hacker News Clone https://news.ycombinator.com/item?id=24268079


from bitly https://bit.ly/3aRBjQv
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/2Qpy617
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/3ja1RPM
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: We build a calendar for people that schedule to-dos https://news.ycombinator.com/item?id=24263960


from bitly https://bit.ly/3lcHMtY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/2EvqlUz
via IFTTT

Monday, August 24, 2020

Show HN: Newsboard – A Hacker News Clone https://news.ycombinator.com/item?id=24268079

Show HN: Newsboard – A Hacker News Clone http://newsboard.robdelacruz.com/ August 24, 2020 at 09:11PM

New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/31pLGro
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/31pLGro
via IFTTT

Show HN: We build a calendar for people that schedule to-dos https://news.ycombinator.com/item?id=24263960

Show HN: We build a calendar for people that schedule to-dos https://amie.so August 24, 2020 at 11:45AM

New Capital Entrepreneur LLC Consultants: Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147


from bitly https://bit.ly/31pLGro
via IFTTT

Show HN: Video Face Recognition Software https://news.ycombinator.com/item?id=24267147

Show HN: Video Face Recognition Software http://roundbit.tech/vfr August 24, 2020 at 05:50PM

Sunday, August 23, 2020

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/3hrCcBF
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Creating a web app that looks like an old operational system https://news.ycombinator.com/item?id=24256915


from bitly https://bit.ly/2Qirsd5
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/3gpFRhU
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: VPN startup introduces new and unique features to VPN market https://news.ycombinator.com/item?id=24256813


from bitly https://bit.ly/2EiBVm8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/2YsZ78g
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/3hrCcBF
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Creating a web app that looks like an old operational system https://news.ycombinator.com/item?id=24256915


from bitly https://bit.ly/2Qirsd5
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/3gpFRhU
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: VPN startup introduces new and unique features to VPN market https://news.ycombinator.com/item?id=24256813


from bitly https://bit.ly/2EiBVm8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/2YsZ78g
via IFTTT

Show HN: Motivational Twitter Account https://news.ycombinator.com/item?id=24257672

Show HN: Motivational Twitter Account https://twitter.com/cosmicsoulforge August 23, 2020 at 10:09PM

Show HN: Acorn – a back end design tool/low-code platform https://news.ycombinator.com/item?id=24257664

Show HN: Acorn – a back end design tool/low-code platform https://wiki.squirreltechnologies.nz/Acorn:Jobhunt August 23, 2020 at 10:08PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/3hrCcBF
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Creating a web app that looks like an old operational system https://news.ycombinator.com/item?id=24256915


from bitly https://bit.ly/2Qirsd5
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/3gpFRhU
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/2YsZ78g
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: VPN startup introduces new and unique features to VPN market https://news.ycombinator.com/item?id=24256813


from bitly https://bit.ly/2EiBVm8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/2YnrDIr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/2YnrDIr
via IFTTT

Show HN: Creating a web app that looks like an old operational system https://news.ycombinator.com/item?id=24256915

Show HN: Creating a web app that looks like an old operational system https://github.com/victorqribeiro/FOStutorial August 23, 2020 at 06:56PM

Show HN: VPN startup introduces new and unique features to VPN market https://news.ycombinator.com/item?id=24256813

Show HN: VPN startup introduces new and unique features to VPN market Hi everyone, We recently launched our VPN service into a stable release. Our VPN works differently to traditional VPN services. Some highlights are; 1. Automatic Regioning - Connect to a VPN exit-node and streaming services are unblocked from around the world automatically. There is no need to switch regions. 2. Custom DNS - Filter by Adult, Malware, Ads and Social Networks. This also allows you to set up your own custom block lists which you create. In addition to that, you can use your own DNS and allow the VPN to keep the DNS rules in place ( or not, depending on your needs ). 3. Device Profiles - Add up to 100 profiles to your account. This allows you to have set rules for every device you own. This is very useful for families with young children as well as adults who want to tweak their network setup. 4. Advanced Port Forwarding - Allows you to set the forwarded port, taking away the need to modify your applications. It also has a permanent URL to allow you to access your device regardless of which server you are connected to. This also caters for device profiles. If you would like to find out more about these features you can do so at www.oeck.com/manual/ In addition to all of those features the VPN is high-security. All of our hardware ( including the routers ) are owned by us. You can test out the service completely free for 6 hours ( no payment information required ). We would love to hear feedback and what you all think of it. URL - https://www.oeck.com/ Regards, Peter @ Oeck. August 23, 2020 at 06:31PM

New Capital Entrepreneur LLC Consultants: Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301


from bitly https://bit.ly/2YnrDIr
via IFTTT

Show HN: Boethius, smart flashcards for the classical liberal arts https://news.ycombinator.com/item?id=24256301

Show HN: Boethius, smart flashcards for the classical liberal arts https://www.boethi.us/ August 23, 2020 at 04:50PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/3hA4hqJ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/2YsiWfV
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/34moCvP
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/3hnK4UQ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/2Et5mBX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/32iMtd1
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/3hA4hqJ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/34moCvP
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/2YsiWfV
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/3hnK4UQ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/2Et5mBX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/32iMtd1
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/3hA4hqJ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/34moCvP
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/2YsiWfV
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/34wFQGC
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/3aQq0Ie
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/34wFQGC
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/3aQq0Ie
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646


from bitly https://bit.ly/34wFQGC
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002


from bitly https://bit.ly/3aQq0Ie
via IFTTT

Show HN: Shieldon 2.0 Released Today https://news.ycombinator.com/item?id=24250002

Show HN: Shieldon 2.0 Released Today https://github.com/terrylinooo/shieldon/tree/2.x August 22, 2020 at 11:23PM

Saturday, August 22, 2020

Show HN: Using rust to write shell-script like tasks https://news.ycombinator.com/item?id=24249646

Show HN: Using rust to write shell-script like tasks https://github.com/rust-shell-script/rust_cmd_lib August 22, 2020 at 10:04PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/32daBO9
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3l6Xre9
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/31jlXRy
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3aMDnce
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/31gZIvv
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3j3smGr
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3j9BlpT
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3aOOKAp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3aOji5x
via IFTTT

Friday, August 21, 2020

Show HN: Codemap – Codebase Visualizer for JavaScript, TypeScript, and Python https://news.ycombinator.com/item?id=24241997

Show HN: Codemap – Codebase Visualizer for JavaScript, TypeScript, and Python https://codemap.app August 21, 2020 at 10:59PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3l7lFVE
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/31nWS8h
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3laPFjo
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3l7lFVE
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/31nWS8h
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3laPFjo
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3l7lFVE
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/31nWS8h
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/3laPFjo
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/32eFpxZ
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/32eFpxZ
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680


from bitly https://bit.ly/32eFpxZ
via IFTTT

Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://news.ycombinator.com/item?id=24240680

Show HN: ePaper.js – Easily create an ePaper display using JavaScript and HTML https://github.com/samsonmking/epaper.js August 21, 2020 at 06:05PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool to purchase and monetize internet connectivity https://news.ycombinator.com/item?id=24232002


from bitly https://bit.ly/3l3XrLX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/32bJpPV
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/31eepQ4
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2FBRvto
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool to purchase and monetize internet connectivity https://news.ycombinator.com/item?id=24232002


from bitly https://bit.ly/3geVGb9
via IFTTT

Thursday, August 20, 2020

Show HN: I made a subscription service for AI trading robots https://news.ycombinator.com/item?id=24232499

Show HN: I made a subscription service for AI trading robots https://lp.tickeron.com/aibotstickeroncom August 20, 2020 at 11:15PM

New Capital Entrepreneur LLC Consultants: Show HN: A tool to purchase and monetize internet connectivity https://news.ycombinator.com/item?id=24232002


from bitly https://bit.ly/2YjFUpB
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2YnCnqh
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/32cQ5NF
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/3j1JOLz
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A tool to purchase and monetize internet connectivity https://news.ycombinator.com/item?id=24232002


from bitly https://bit.ly/2YjFUpB
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2YnCnqh
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/32cQ5NF
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/3j1JOLz
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A tool to purchase and monetize internet connectivity https://news.ycombinator.com/item?id=24232002


from bitly https://bit.ly/2YjFUpB
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2YnCnqh
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/32cQ5NF
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/3j1JOLz
via IFTTT

Show HN: A tool to purchase and monetize internet connectivity https://news.ycombinator.com/item?id=24232002

Show HN: A tool to purchase and monetize internet connectivity https://www.trekknet.com/ August 20, 2020 at 09:34PM

New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2YC3nT9
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2YC3nT9
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841


from bitly https://bit.ly/2YC3nT9
via IFTTT

Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://news.ycombinator.com/item?id=24230841

Show HN: COVID-19 Clinical Trials (Aggregated Metrics) https://drugsheet.com/ August 20, 2020 at 06:04PM

New Capital Entrepreneur LLC Consultants: Show HN: My brother wrote this program from jail https://news.ycombinator.com/item?id=24218964


from bitly https://bit.ly/2EmdkfS
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3hf708G
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/2FGKEix
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/32a2FNO
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/2E9bxv4
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/31aXy0p
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/2FyiWUW
via IFTTT

Show HN: A QR Code Generator for Slack in 7 Lines of JavaScript https://news.ycombinator.com/item?id=24220750

Show HN: A QR Code Generator for Slack in 7 Lines of JavaScript https://autocode.com/src/slack/slack-generate-qr-codes/ August 20, 2020 at 12:21AM

Show HN: [Anahita.dev] show-case your side projects https://news.ycombinator.com/item?id=24220332

Show HN: [Anahita.dev] show-case your side projects https://www.anahita.dev/ August 19, 2020 at 10:56PM

Wednesday, August 19, 2020

Show HN: My brother wrote this program from jail https://news.ycombinator.com/item?id=24218964

Show HN: My brother wrote this program from jail Hi HN!, My brother got a 5 years jail sentence but is coming out soon, a few months ago he decided to learn to code with no prior experience. I find the way he is studying very inspirational so decided to post his (simple) program. But first, here is what he needs to go through to learn: - We the family send him javascript and html books - He studies them and writes programs in pen and paper - He calls me so I input what he wrote on my computer and we debug it live via a phone call, he has to imagine the program in his head. The crazy part is up until a few days ago he didn't have access to a computer. However! another inmate has an upcoming trial and because the contents of his trial contain to many papers, they provided this inmate with a simple laptop (no internet). My brother is not allowed to touch this laptop and he can only see this inmate 1 hour a day, so he convinced the inmate to sit next to him for my brother to tell him what to type, the other inmate types in the html+js on a notepad file and this way my brother can finally see his programs on a screen after months of only imagining how to program. Here is the program we wrote today: https://codepen.io/throwaway0944/pen/dyMpqJq My dream is for this to get some traction so when he calls I can tell him his program has users :) August 19, 2020 at 06:35PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/2E97UFp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3j2PhC1
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3iV3hNY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/2E97UFp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3j2PhC1
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3iV3hNY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/2E97UFp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3j2PhC1
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3iV3hNY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3gdLQqb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3gdLQqb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Interactive “Shared Spaces” Map and Dashboard Launched


from bitly https://bit.ly/3gdLQqb
via IFTTT

New Interactive “Shared Spaces” Map and Dashboard Launched

New Interactive “Shared Spaces” Map and Dashboard Launched
By Phillip Pierce

San Francisco’s popular Shared Spaces program, in which the SFMTA is a participating agency, now has an exciting new tool: an interactive map showing the locations and status of all the proposed Shared Spaces locations. The map is designed to make it easier for people to find Shared Spaces, check on permit status or simply track the progress of the program.   

 A static image of the new Shared Space interactive map showing shared spaces around San Francisco

Static image of the new “interactive” map showing Shared Spaces locations and stages in the approval process. Click through for a live view and explore in more detail. 

“We are so excited to see the new Shared Spaces Tracker that lets restaurants, businesses and residents see where the sidewalk and parking lane permit applications are located and details the status of each application,” said Laurie Thomas, Executive Director of the Golden Gate Restaurant Association. “The willingness to share this information publicly is a testament to how well the City has been working with businesses during this unprecedented time.”  

Shared Spaces allows merchants to use sidewalks, full or partial streets, and other nearby public spaces like parks, parking lots and plazas for restaurant pick-up and other neighborhood retail activities allowed under San Francisco’s Public Health Orders. The new program is a multiagency collaboration born out of the city’s Economic Recovery Task Force.   

There have been more than a thousand applications for Shared Spaces for uses like outdoor dining in parking spaces or allowing multiple retailers to operate in the open air by repurposing a parking lot. There are important guidelines for the program to ensure accessibility and safety. 

A static picture of the Shared Spaces tracker showing more than a thousand applications

This Shared Space Dashboard is updated daily. Click through for a live view and explore in more detail. 

“The Shared Spaces program is vital to helping businesses like ours survive right now,” said China Live restaurant owners George Chan and Cindy Wong-Chen. “We are grateful for the responsiveness of the city to make this happen in such a short amount of time.”  

Businesses are also applying for temporary full street closures for certain days and hours of the week. The first two successes were Grant Avenue in Chinatown and Valencia Street in the Mission. More recent approvals include Irving Street between 19th and 20th Avenues and Gold Alley in North Beach. Starting later this month, SoMa will have a recurring Shared Space every Sunday on Folsom from 6th to 8th streets. More closures are in the works for the Bayview, Tenderloin, Castro, Excelsior, Marina, Sunset, Richmond and other parts of the city.  

Not every location is a good fit for every type of Shared Space, but the Shared Spaces teams work hard with businesses to find solutions. So far, fewer than 3% of applications were initially ineligible under program guidelines, but most of these were reworked into successful projects.  

A picture of Seven Still's outdoor dining space with tables and chairs in a former parking space 

Seven Stills – Outer Sunset Taproom created a colorful “Shared Space” at 3545 Lawton. Photo via SF Planning. 

Next Steps: Keep Evolving and More Outreach 

The Shared Spaces program will continue to evolve with new health orders and as other types of business reopen. By looking at the data, we also know that there are more Shared Spaces in some neighborhoods than others. While some of that disparity is related to density and location of restaurants, we also know that not everyone has the resources to take advantage of these programs during this challenging time. In the weeks ahead, we are dedicating more resources to targeted outreach in areas that are not already benefiting from the program.  

For more information on the program or to apply, give feedback, report a problem or view the live tracker, visit sf.gov/SharedSpaces. Questions or media inquiries? Please email SharedSpaces@sfgov.org 



Published August 19, 2020 at 06:48PM
https://www.sfmta.com/blog/new-interactive-shared-spaces-map-and-dashboard-launched

Tuesday, August 18, 2020

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/31bJlAy
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/2Yvholx
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Awesome-hpp – A curated list of header-only C++ libraries https://news.ycombinator.com/item?id=24206417


from bitly https://bit.ly/2Q2fCDA
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/3gepOn8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/2CDaK4G
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/34ehEZt
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Modern Calendar Embed for Google Calendar https://news.ycombinator.com/item?id=24206738


from bitly https://bit.ly/2YcqV0q
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/3iT9qtX
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/31bJlAy
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/2Yvholx
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Awesome-hpp – A curated list of header-only C++ libraries https://news.ycombinator.com/item?id=24206417


from bitly https://bit.ly/2Q2fCDA
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/3gepOn8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/2CDaK4G
via IFTTT

Show HN: Modern Calendar Embed for Google Calendar https://news.ycombinator.com/item?id=24206738

Show HN: Modern Calendar Embed for Google Calendar https://gra0007.github.io/modern-cal-embed/ August 18, 2020 at 08:01PM

New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/3g5Fx7T
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/31dZwxj
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/3g5Fx7T
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/31dZwxj
via IFTTT

Show HN: Awesome-hpp – A curated list of header-only C++ libraries https://news.ycombinator.com/item?id=24206417

Show HN: Awesome-hpp – A curated list of header-only C++ libraries https://github.com/p-ranav/awesome-hpp August 18, 2020 at 06:53PM

New Capital Entrepreneur LLC Consultants: Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966


from bitly https://bit.ly/3g5Fx7T
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525


from bitly https://bit.ly/31dZwxj
via IFTTT

Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://news.ycombinator.com/item?id=24205966

Show HN: UberCheats: a Chrome Extension to detect if UberEats is underpaying you https://twitter.com/ArminSamii/status/1295857106080456706 August 18, 2020 at 05:36PM

Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://news.ycombinator.com/item?id=24203525

Show HN: JSON Hierarchy Viewer – now get JSON hierarchy just on hover https://github.com/faizanu94/json-hierarchy-viewer/ August 18, 2020 at 12:53PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: WizAtHome – Work from Home Wellness Management https://news.ycombinator.com/item?id=24195138


from bitly https://bit.ly/3iRz6ai
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3168We0
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/2Y7gF9K
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3g7Hxg2
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3g6gT7a
via IFTTT

Monday, August 17, 2020

Show HN: Made in India CSS https://news.ycombinator.com/item?id=24195745

Show HN: Made in India CSS https://nishantpainter.github.io/made-in-india-css/ August 17, 2020 at 11:05PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/2DTtwpm
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: WizAtHome – Work from Home Wellness Management https://news.ycombinator.com/item?id=24195138


from bitly https://bit.ly/2EeJmdG
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3g4iZog
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/315ygAL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/2DTtwpm
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: WizAtHome – Work from Home Wellness Management https://news.ycombinator.com/item?id=24195138


from bitly https://bit.ly/2EeJmdG
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3g4iZog
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/315ygAL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/2DTtwpm
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: WizAtHome – Work from Home Wellness Management https://news.ycombinator.com/item?id=24195138


from bitly https://bit.ly/2EeJmdG
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3g4iZog
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/315ygAL
via IFTTT

Show HN: WizAtHome – Work from Home Wellness Management https://news.ycombinator.com/item?id=24195138

Show HN: WizAtHome – Work from Home Wellness Management https://www.wizathome.com/ August 17, 2020 at 09:04PM

New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3kTmvp1
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3kTmvp1
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979


from bitly https://bit.ly/3kTmvp1
via IFTTT

Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://news.ycombinator.com/item?id=24193979

Show HN: Chrome extension: Gives Ctrl+F like find results using GloVe vectors https://github.com/ijkilchenko/Fuzbal August 17, 2020 at 05:28PM

Sunday, August 16, 2020

Show HN: Built by 2 people in 1 year https://news.ycombinator.com/item?id=24184257

Show HN: Built by 2 people in 1 year https://browsee.io August 16, 2020 at 10:22PM

Show HN: Decentralized Reinforcement Learning with Societal Decision-Making https://news.ycombinator.com/item?id=24183885

Show HN: Decentralized Reinforcement Learning with Societal Decision-Making https://github.com/mbchang/decentralized-rl August 16, 2020 at 09:13PM

New Capital Entrepreneur LLC Consultants: Show HN: AppleBot – Automate Things in Apple Dev Portal (Developer.apple.com) https://news.ycombinator.com/item?id=24183852


from bitly https://bit.ly/3kNJd1M
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Falco – A functional toolkit for building ASP.NET Core apps using F# https://news.ycombinator.com/item?id=24182344


from bitly https://bit.ly/3h3WJMx
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/3g3H0LZ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/2Y8Lpar
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/322AHTW
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: AppleBot – Automate Things in Apple Dev Portal (Developer.apple.com) https://news.ycombinator.com/item?id=24183852


from bitly https://bit.ly/3kNJd1M
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Falco – A functional toolkit for building ASP.NET Core apps using F# https://news.ycombinator.com/item?id=24182344


from bitly https://bit.ly/3h3WJMx
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/3g3H0LZ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/2Y8Lpar
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/322AHTW
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: AppleBot – Automate Things in Apple Dev Portal (Developer.apple.com) https://news.ycombinator.com/item?id=24183852


from bitly https://bit.ly/3kNJd1M
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Falco – A functional toolkit for building ASP.NET Core apps using F# https://news.ycombinator.com/item?id=24182344


from bitly https://bit.ly/3h3WJMx
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/3g3H0LZ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/2Y8Lpar
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/322AHTW
via IFTTT

Show HN: AppleBot – Automate Things in Apple Dev Portal (Developer.apple.com) https://news.ycombinator.com/item?id=24183852

Show HN: AppleBot – Automate Things in Apple Dev Portal (Developer.apple.com) https://www.getapplebot.com August 16, 2020 at 09:09PM

Show HN: Falco – A functional toolkit for building ASP.NET Core apps using F# https://news.ycombinator.com/item?id=24182344

Show HN: Falco – A functional toolkit for building ASP.NET Core apps using F# https://github.com/pimbrouwers August 16, 2020 at 04:38PM

New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/3axtfE5
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/3axtfE5
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771


from bitly https://bit.ly/3axtfE5
via IFTTT

Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://news.ycombinator.com/item?id=24182771

Show HN: Structopt for C++ – Parse command line arguments by defining a struct https://github.com/p-ranav/structopt August 16, 2020 at 05:59PM

Saturday, August 15, 2020

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/34b6dlg
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2Y7UW1k
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3kP0asJ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/342FYNU
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2PW3HXZ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31VYXqL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/34b6dlg
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2Y7UW1k
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3kP0asJ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/342FYNU
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2PW3HXZ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31VYXqL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/34b6dlg
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2Y7UW1k
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3kP0asJ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2FjWY83
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2PSsfkG
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2FjWY83
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2PSsfkG
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2FjWY83
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2PSsfkG
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3kPTc6Q
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3kPTc6Q
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/2FtyqcY
via IFTTT

Show HN: Spartan HUD Augmented Reality Helmet https://news.ycombinator.com/item?id=24170211

Show HN: Spartan HUD Augmented Reality Helmet https://www.kickstarter.com/projects/realjds/spartan-hud-next-generation-augmented-reality-helmet August 15, 2020 at 09:45AM

New Capital Entrepreneur LLC Consultants: Show HN: My humble uptime monitoring service after year of developing https://news.ycombinator.com/item?id=24170045


from bitly https://bit.ly/2Y6Ghnj
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Dashboard for tracking insider trading at S&P 500 companies https://news.ycombinator.com/item?id=24169279


from bitly https://bit.ly/3h3maOb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31ZoJdI
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31U9ov8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3gYTWEc
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: My humble uptime monitoring service after year of developing https://news.ycombinator.com/item?id=24170045


from bitly https://bit.ly/2Y6Ghnj
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Dashboard for tracking insider trading at S&P 500 companies https://news.ycombinator.com/item?id=24169279


from bitly https://bit.ly/3h3maOb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31ZoJdI
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31U9ov8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3gYTWEc
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: My humble uptime monitoring service after year of developing https://news.ycombinator.com/item?id=24170045


from bitly https://bit.ly/2Y6Ghnj
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Dashboard for tracking insider trading at S&P 500 companies https://news.ycombinator.com/item?id=24169279


from bitly https://bit.ly/3h3maOb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31ZoJdI
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31U9ov8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/3gYTWEc
via IFTTT

Show HN: My humble uptime monitoring service after year of developing https://news.ycombinator.com/item?id=24170045

Show HN: My humble uptime monitoring service after year of developing https://pingr.io August 15, 2020 at 09:23AM

Show HN: Dashboard for tracking insider trading at S&P 500 companies https://news.ycombinator.com/item?id=24169279

Show HN: Dashboard for tracking insider trading at S&P 500 companies https://www.quiverquant.com/insidertrading/ August 15, 2020 at 07:50AM

New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31XmDLl
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31XmDLl
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095


from bitly https://bit.ly/31XmDLl
via IFTTT

Show HN: Generate pretty code screenshots with gradients https://news.ycombinator.com/item?id=24168095

Show HN: Generate pretty code screenshots with gradients https://www.snippetshot.com August 15, 2020 at 04:28AM

Friday, August 14, 2020

New Capital Entrepreneur LLC Consultants: Show HN: SkyDroid – Decentralized App Store for Android https://news.ycombinator.com/item?id=24158988


from bitly https://bit.ly/2PSjh6P
via IFTTT

New Capital Entrepreneur LLC Consultants: Launch HN: Tella (YC S20) – Collaborative video editing in the browser https://news.ycombinator.com/item?id=24158509


from bitly https://bit.ly/2PPYZLr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Open-source unified coding experience platform https://news.ycombinator.com/item?id=24158545


from bitly https://bit.ly/2Y1xm6w
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Photo Realistic QR-Codes https://news.ycombinator.com/item?id=24158125


from bitly https://bit.ly/31USsV5
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A Genetic Algorithm library written in JavaScript https://news.ycombinator.com/item?id=24158114


from bitly https://bit.ly/33ZulHD
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Tweek – Super Fast To-Do Weekly Calendar App https://news.ycombinator.com/item?id=24157813


from bitly https://bit.ly/2Ct5SiH
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Shellcaster, a terminal-based podcast manager in Rust https://news.ycombinator.com/item?id=24157245


from bitly https://bit.ly/2PRIIFR
via IFTTT

SHOW HN: How to Develop a Custom CRM Using Only Low-Code Platforms https://news.ycombinator.com/item?id=24160395

SHOW HN: How to Develop a Custom CRM Using Only Low-Code Platforms https://medium.com/@sebscholl/hot-to-develop-a-custom-crm-using-only-low-code-platforms-67da41bbe9b1 August 14, 2020 at 10:03AM

Show HN: I got a list of 2000 Venture Capitalist Firms https://news.ycombinator.com/item?id=24159812

Show HN: I got a list of 2000 Venture Capitalist Firms https://blog.scraper.ai/getting-lists-of-venture-capitalist-firms/ August 14, 2020 at 09:15AM

New Capital Entrepreneur LLC Consultants: Show HN: SkyDroid – Decentralized App Store for Android https://news.ycombinator.com/item?id=24158988


from bitly https://bit.ly/2PSjh6P
via IFTTT

New Capital Entrepreneur LLC Consultants: Launch HN: Tella (YC S20) – Collaborative video editing in the browser https://news.ycombinator.com/item?id=24158509


from bitly https://bit.ly/2PPYZLr
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Open-source unified coding experience platform https://news.ycombinator.com/item?id=24158545


from bitly https://bit.ly/2Y1xm6w
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Photo Realistic QR-Codes https://news.ycombinator.com/item?id=24158125


from bitly https://bit.ly/31USsV5
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A Genetic Algorithm library written in JavaScript https://news.ycombinator.com/item?id=24158114


from bitly https://bit.ly/33ZulHD
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Tweek – Super Fast To-Do Weekly Calendar App https://news.ycombinator.com/item?id=24157813


from bitly https://bit.ly/2Ct5SiH
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Shellcaster, a terminal-based podcast manager in Rust https://news.ycombinator.com/item?id=24157245


from bitly https://bit.ly/2PRIIFR
via IFTTT

Show HN: SkyDroid – Decentralized App Store for Android https://news.ycombinator.com/item?id=24158988

Show HN: SkyDroid – Decentralized App Store for Android https://github.com/redsolver/skydroid August 14, 2020 at 08:17AM

Show HN: Open-source unified coding experience platform https://news.ycombinator.com/item?id=24158545

Show HN: Open-source unified coding experience platform https://www.reddit.com/r/Python/comments/i9g0oo/made_a_platform_for_people_to_learn_code_practice/ August 14, 2020 at 07:43AM

Launch HN: Tella (YC S20) – Collaborative video editing in the browser https://news.ycombinator.com/item?id=24158509

Launch HN: Tella (YC S20) – Collaborative video editing in the browser Tella ( https://www.tella.tv/ ) is a collaborative online video editor for screen and camera recordings. We're making video creation accessible to people who have no prior editing experience. Sharing screen and camera recordings is a rapidly growing way for people to communicate at work, especially in technology where the subject matter is often on screens (new features, code, designs). But while people are creating more video for work, it's usually for the convenience of the creator and not the viewer. One-take screen recordings can be long, boring, and difficult to watch. We're trying to change this by letting people produce and edit their recordings so that it's a better experience for viewers. Michiel and I used to work at a large remote company and this was where we saw the potential of edited video content in the workplace. One of the biggest challenges was keeping business teams up-to-date with product teams. The most effective solution was product teams sharing videos about their work over Slack, which the rest of the organisation watched in their own time. Product teams made videos about new projects, progress updates, launches, user research, and so on. The most interesting aspect of the approach was that the videos weren't just screen recordings, they were edited and often well-produced videos. The better the production, the better the engagement was. Teams approached the production of these videos in the same way as preparing a slide deck for a presentation. We loved the format and saw its potential, especially in a remote workplace, but it had some problems. Video editing is time consuming, and working on a video with a teammate takes even longer. Video editing also has a high barrier to entry. Purchasing Screenflow or Final Cut (or other long-format editors) and then learning how to use it prohibits people from trying video as a form of sharing information. So we set out to build a video editor that focuses on screen and camera recording (where most of the subject matter comes from at work), allows for collaboration (many people work in teams and expect the tools they use to support this), and makes editing straightforward (putting together a video should be as simple as putting together a slide deck). Our implementation takes a different approach to most editors. We wanted something that was fast, lightweight, and could run in a web browser—appealing to people completely new to video editing. We also wanted to support real-time collaboration. Instead of transcoding all content to a video format, we created our own video player that controls the timing and display of HTML elements. Let's say your video consists of a couple recordings, some text, and some images. Tella plots these different bits of content on a timeline and then plays them back in sequence on a webpage. The benefit of this is that we can use anything that you can do with HTML, CSS and JS to create a video. We're not bound to ffmpeg or other transcoders to generate our video for us. We take the document the user created and display that in the same way to the viewer (no converting step in between). This means we can stay lightweight and let you update the video whenever you like. There are no “snapshots” stored and the link always shows the source of truth. The challenge with this is keeping all the content in sync. Using our earlier example: the first recording should play after the text and then the second recording exactly after the first ends. A more complex scenario would be where two videos need to play back at the same time: a screen recording and a camera recording—these need to start and stop at the same moments. This is called “Media Synchronization”, or MediaSync for short ( https://www.springer.com/gp/book/9783319658391 ). At the moment browsers don’t have a lot of stable APIs that can help us, but they are in the works! One notable example is the Timing Object ( https://webtiming.github.io/timingobject/ ) which outlines how you can sync multiple media elements to the same clock. Right now Tella mostly works by manually syncing all video elements on actions like “play” or “seek”. Eventually we want to implement more of the techniques outlined in MediaSync, like slightly changing the speed of out of sync videos to let them catch up. So far, people have been using Tella to create product demos, team updates, company announcements, sales pitches, investor pitches, and tutorial videos, as well as making video content for blogs and newsletters. We'd love to hear what you think and answer any questions you might have. Thanks! August 14, 2020 at 07:40AM

Show HN: Photo Realistic QR-Codes https://news.ycombinator.com/item?id=24158125

Show HN: Photo Realistic QR-Codes https://www.QRpicture.com August 14, 2020 at 07:06AM

Show HN: A Genetic Algorithm library written in JavaScript https://news.ycombinator.com/item?id=24158114

Show HN: A Genetic Algorithm library written in JavaScript https://github.com/lodenrogue/genetic-algorithm-js August 14, 2020 at 07:05AM

Show HN: Tweek – Super Fast To-Do Weekly Calendar App https://news.ycombinator.com/item?id=24157813

Show HN: Tweek – Super Fast To-Do Weekly Calendar App https://tweek.so August 14, 2020 at 06:43AM

Show HN: Shellcaster, a terminal-based podcast manager in Rust https://news.ycombinator.com/item?id=24157245

Show HN: Shellcaster, a terminal-based podcast manager in Rust https://github.com/jeff-hughes/shellcaster August 14, 2020 at 05:55AM

Thursday, August 13, 2020

Show HN: New PHP router wich is up to 20 times faster then Aura Router https://news.ycombinator.com/item?id=24140489

Show HN: New PHP router wich is up to 20 times faster then Aura Router https://github.com/alexdodonov/mezon-router/blob/master/doc/router-aura.md August 12, 2020 at 11:20PM

Wednesday, August 12, 2020

Show HN: bsv – maximum performance data processing https://news.ycombinator.com/item?id=24138419

Show HN: bsv – maximum performance data processing https://github.com/nathants/bsv August 12, 2020 at 04:42PM

New Capital Entrepreneur LLC Consultants: Show HN: I'm 15 and made a bedtime calculator with React JavaScript https://news.ycombinator.com/item?id=24139339


from bitly https://bit.ly/33WvjEK
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/33U21Gt
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Scraping 2.5 million songs metadata from Jango Radio https://news.ycombinator.com/item?id=24139276


from bitly https://bit.ly/2Cr45dY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/347B2rp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/3gRbEJW
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I'm 15 and made a bedtime calculator with React JavaScript https://news.ycombinator.com/item?id=24139339


from bitly https://bit.ly/33WvjEK
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/33U21Gt
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/347B2rp
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Scraping 2.5 million songs metadata from Jango Radio https://news.ycombinator.com/item?id=24139276


from bitly https://bit.ly/2Cr45dY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/3gRbEJW
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: I'm 15 and made a bedtime calculator with React JavaScript https://news.ycombinator.com/item?id=24139339


from bitly https://bit.ly/33WvjEK
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/33U21Gt
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Scraping 2.5 million songs metadata from Jango Radio https://news.ycombinator.com/item?id=24139276


from bitly https://bit.ly/2Cr45dY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/347B2rp
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/3gRbEJW
via IFTTT

Show HN: I'm 15 and made a bedtime calculator with React JavaScript https://news.ycombinator.com/item?id=24139339

Show HN: I'm 15 and made a bedtime calculator with React JavaScript https://www.sleepsources.com/bed-time-calculator/ August 12, 2020 at 07:22PM

New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/2DMeoKc
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/2DMeoKc
via IFTTT

Show HN: Scraping 2.5 million songs metadata from Jango Radio https://news.ycombinator.com/item?id=24139276

Show HN: Scraping 2.5 million songs metadata from Jango Radio Jango. It's a music streaming service. No it's not Spotify. Yes I know you've never heard of Jango. So I spent the past few months scraping metadata for every song on Jango Radio and put it in a database and made it searchable. I built a search tool which includes the kind of features that only a nerd would want like search by ID and search by URL. https://jango-index.ml/ I used Bash and Btrfs for the backend scraper. I used PHP and SQLite for the frontend search. https://jango-index.ml/src/ I'm not interested in monetizing what I did. I wouldn't be interested in a marketing campaign to raise the notoriety of Jango Radio to the point that you would notice it exists either. I'm aware that my project looks like crap to web design obsessed marketing posers who pretend to code. I happen to enjoy coding and I did a coding project. I know coding is an intrinsically valueless endeavor. I did it anyway. August 12, 2020 at 07:10PM

New Capital Entrepreneur LLC Consultants: Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236


from bitly https://bit.ly/2DMeoKc
via IFTTT

Show HN: Faceoffus.com: easily remove faces from photos before sharing https://news.ycombinator.com/item?id=24138236

Show HN: Faceoffus.com: easily remove faces from photos before sharing https://faceoffus.com/ August 12, 2020 at 04:21PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://news.ycombinator.com/item?id=24129714


from bitly https://bit.ly/2PL9OOD
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: The cheapest investment platforms in the UK https://news.ycombinator.com/item?id=24129843


from bitly https://bit.ly/3gP4lm0
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: SOTA semantic segmentation with MobileNetV3, in 3 lines of PyTorch code https://news.ycombinator.com/item?id=24127499


from bitly https://bit.ly/3iLDQhZ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Ssgo, a Deno minimalist static site generator https://news.ycombinator.com/item?id=24129667


from bitly https://bit.ly/3ix6bs2
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://news.ycombinator.com/item?id=24129714


from bitly https://bit.ly/31N8T5M
via IFTTT

Show HN: dstack – an open-source tool to build data applications easily https://news.ycombinator.com/item?id=24131723

Show HN: dstack – an open-source tool to build data applications easily Dear HN, I am Riwaj, the cofounder of dstack.ai (https://github.com/dstackai). A few months ago, we built an online service that allows users to publish data visualizations from Python or R. The idea was to build a tool that did not require additional programming or front-end development for publishing data visualizations. Such a code can be invoked from either Jupyter notebook, RMarkdown, Python, or R scripts. Once the data is pushed, it can be accessed via a browser. Open-sourcing dstack: During our customer discovery phase, we realized that dstack.ai should integrate a lot more open source data science frameworks than we integrated ourselves. For example, as a user, I want to push a matplotlib plot, a Tensorflow model, a plotly chart, a pandas dataframe, and I expect the presentation layer to fully-support it. Supporting all types of artifacts and providing all the tools to work with them solely seems to be a very challenging task. With this, we open-sourced the framework. Now you can build dstack locally, and run it on your servers, or in a cloud of your choice if that’s needed. More details on the project, how to use it, and the source code of the server can be found at the https://github.com/dstackai/dstack repo. The client packages for Python and R are available at the https://github.com/dstackai/dstack-py and https://github.com/dstackai/dstack-r correspondingly. What’s next: User callbacks- so that application shows not just pre-calculated visualizations but also can fetch data from a store and process it in real-time. ML models- so that data scientists can publish a stack which binds together a pre-calculated ML model and user parameters Use cases- Support specific use cases that help data scientists to build data science models into data applications as fast as possible. We would be happy to get your feedback on the open-source framework and also get your opinion on what kind of use cases can be built on top of the framework? Thank you. August 12, 2020 at 06:14AM

Show HN: Orchest – Data Science Pipelines https://news.ycombinator.com/item?id=24131302

Show HN: Orchest – Data Science Pipelines Hello Hacker News! We are Rick & Yannick from Orchest (https://www.orchest.io - https://github.com/orchest/orchest). We're building a visual pipeline tool for data scientists. The tool can be considered to be high-code because you write your own Python/R notebooks and scripts, but we manage the underlying infrastructure to make it 'just work™'. You can think of it as a simplified version of Kubeflow. We created Orchest to free data scientists from the tedious engineering related tasks of their job. Similar to how companies like Netflix, Uber and Booking.com support their data scientists with internal tooling and frameworks to increase productivity. When we worked as data scientists ourselves we noticed how heavily we had to depend on our software engineering skills to perform all kinds of tasks. From configuring cloud instances for distributed training, to optimizing the networking and storage for processing large amounts of data. We believe data scientists should be able to focus on the data and the domain specific challenges. Today we are just at the very beginning of making better tooling available for data science and are launching our GitHub project that will give enhanced pipelining abilities to data scientists using the PyData/R stack, with deep integration of Jupyter Notebooks. Currently Orchest supports: 1) visually and interactively editing a pipeline that is represented using a simple JSON schema; 2) running remote container based kernels through the Jupyter Enterprise Gateway integration; 3) scheduling experiments by launching parameterized pipelines on top of our Celery task scheduler; 4) configuring local and remote data sources to separate code versioning from the data passing through your pipelines. We are here to learn and get feedback from the community. As youngsters we don't have all the answers and are always looking to improve. August 12, 2020 at 05:24AM

New Capital Entrepreneur LLC Consultants: Show HN: The cheapest investment platforms in the UK https://news.ycombinator.com/item?id=24129843


from bitly https://bit.ly/3gODLcw
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: SOTA semantic segmentation with MobileNetV3, in 3 lines of PyTorch code https://news.ycombinator.com/item?id=24127499


from bitly https://bit.ly/3iElzDb
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Ssgo, a Deno minimalist static site generator https://news.ycombinator.com/item?id=24129667


from bitly https://bit.ly/3gTjUc8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://news.ycombinator.com/item?id=24129714


from bitly https://bit.ly/31D5VAM
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: The cheapest investment platforms in the UK https://news.ycombinator.com/item?id=24129843


from bitly https://bit.ly/3gODLcw
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: SOTA semantic segmentation with MobileNetV3, in 3 lines of PyTorch code https://news.ycombinator.com/item?id=24127499


from bitly https://bit.ly/3iElzDb
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Ssgo, a Deno minimalist static site generator https://news.ycombinator.com/item?id=24129667


from bitly https://bit.ly/3gTjUc8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://news.ycombinator.com/item?id=24129714


from bitly https://bit.ly/31D5VAM
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: The cheapest investment platforms in the UK https://news.ycombinator.com/item?id=24129843


from bitly https://bit.ly/3gODLcw
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: SOTA semantic segmentation with MobileNetV3, in 3 lines of PyTorch code https://news.ycombinator.com/item?id=24127499


from bitly https://bit.ly/3iElzDb
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Ssgo, a Deno minimalist static site generator https://news.ycombinator.com/item?id=24129667


from bitly https://bit.ly/3gTjUc8
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://news.ycombinator.com/item?id=24129714


from bitly https://bit.ly/31D5VAM
via IFTTT

Show HN: The cheapest investment platforms in the UK https://news.ycombinator.com/item?id=24129843

Show HN: The cheapest investment platforms in the UK https://www.koody.co/investing/compare-funds-isa-charges August 12, 2020 at 01:48AM

Show HN: SOTA semantic segmentation with MobileNetV3, in 3 lines of PyTorch code https://news.ycombinator.com/item?id=24127499

Show HN: SOTA semantic segmentation with MobileNetV3, in 3 lines of PyTorch code https://github.com/ekzhang/fastseg August 11, 2020 at 05:33PM

Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://news.ycombinator.com/item?id=24129714

Show HN: NeuralCam Live – Using ML to Turn iPhones into Smart Webcams https://neural.cam/news/ August 12, 2020 at 01:25AM

Show HN: Ssgo, a Deno minimalist static site generator https://news.ycombinator.com/item?id=24129667

Show HN: Ssgo, a Deno minimalist static site generator https://ssgo.netlify.app August 12, 2020 at 01:14AM

Tuesday, August 11, 2020

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2PFO2M7
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3fLXt7E
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2DJzJUt
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3gOaHSD
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2FesDrB
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/30MoyDb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/33MKUGL
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3ksnTP8
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3fN7u4f
via IFTTT

Show HN: Layout Shift GIF Generator – Visualise CLS with a GIF https://news.ycombinator.com/item?id=24118907

Show HN: Layout Shift GIF Generator – Visualise CLS with a GIF https://defaced.dev/tools/layout-shift-gif-generator/ August 11, 2020 at 03:28AM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3kyqg2X
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2DJro34
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/33OYKbA
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3kyqg2X
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2DJro34
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/33OYKbA
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/3kyqg2X
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2DJro34
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/33OYKbA
via IFTTT

Monday, August 10, 2020

New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2XMKz35
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2XMKz35
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679


from bitly https://bit.ly/2XMKz35
via IFTTT

Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://news.ycombinator.com/item?id=24116679

Show HN: Wedge Pattern in Technical Analysis, Rising Wedge and Falling Wedge https://www.youtube.com/watch?v=wPXHUApzurQ&t August 10, 2020 at 07:42PM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/2XNYcie
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/30Hi5JF
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/3ktDeyY
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/3isam8t
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Procedural level generator for my tower defense game https://news.ycombinator.com/item?id=24106939


from bitly https://bit.ly/33IzZh4
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: Scraper.ai – Watch new job listings from sites like indeed.com https://news.ycombinator.com/item?id=24106474


from bitly https://bit.ly/3kxFDZm
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/33JxsmV
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/33K0jYj
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/31yNuxq
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/33IQNVb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/31zxKKl
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/31yNuxq
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/33IQNVb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/31zxKKl
via IFTTT

Show HN: Procedural level generator for my tower defense game https://news.ycombinator.com/item?id=24106939

Show HN: Procedural level generator for my tower defense game https://twitter.com/victorqribeiro/status/1292738025156378625 August 10, 2020 at 01:40AM

Show HN: Scraper.ai – Watch new job listings from sites like indeed.com https://news.ycombinator.com/item?id=24106474

Show HN: Scraper.ai – Watch new job listings from sites like indeed.com https://medium.com/@scraperai/how-to-watch-job-listings-from-indeed-com-using-scraper-ai-fa7399e80a00 August 10, 2020 at 12:14AM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/31yNuxq
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/33IQNVb
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/31zxKKl
via IFTTT

Sunday, August 9, 2020

New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/2F5JoVL
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/2F5JoVL
via IFTTT

New Capital Entrepreneur LLC Consultants: Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430


from bitly https://bit.ly/2F5JoVL
via IFTTT

Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG https://news.ycombinator.com/item?id=24099430

Show HN: A tool for editing, optimizing and converting SVG files to JSX or PNG http://www.svgviewer.dev August 9, 2020 at 06:18AM

New Capital Entrepreneur LLC Consultants: Show HN: A Stupid Blog Idea https://news.ycombinator.com/item?id=24098240


from bitly https://bit.ly/2PET1wQ
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Create diagrams stitching images on a grid using HCL (like Terraform) https://news.ycombinator.com/item?id=24097681


from bitly https://bit.ly/3krmwjN
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Create diagrams stitching images on a grid using HCL (like Terraform) https://news.ycombinator.com/item?id=24097681


from bitly https://bit.ly/3a8V3yB
via IFTTT

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Relinx – new kind of Asset tracking – CMDB https://news.ycombinator.com/item?id=24097693


from bitly https://bit.ly/3fHm39B
via IFTTT

Show HN: Pingr – Spent ~800 hours for a product with 170 competitors https://news.ycombinator.com/item?id=24098820

Show HN: Pingr – Spent ~800 hours for a product with 170 competitors https://pingr.io August 9, 2020 at 04:12AM

New Capital Entrepreneur LLC Consultants: New Capital Entrepreneur LLC Consultants: Show HN: Relinx – new kind of Asset tracking – CMDB https://news.ycombinator.com/item?id=24097693


from bitly https://bit.ly/2XI8IaG
via IFTTT