Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Thursday, 22 September 2022
Show HN: Big Picture” project management for software developers https://bit.ly/3dy9WR8
Show HN: Big Picture” project management for software developers We got tired of not being able to accurately answer "When will this be done?" and "Will anyone be required to work overtime on the current schedule?", or spending too much time in meetings and standups trying to answer those questions. Just opened up for beta. Would love some opinionated developers to guide future improvements (or feedback on the general idea). https://bit.ly/3LDcB8A September 22, 2022 at 06:04PM
Show HN: Go http.RoundTripper that emits Open Telemetry Metrics automatically https://bit.ly/3UypCo4
Show HN: Go http.RoundTripper that emits Open Telemetry Metrics automatically https://bit.ly/3C0YZ3R September 22, 2022 at 06:19PM
Show HN: I made an open-source Bitly alternative https://bit.ly/3R331Np
Show HN: I made an open-source Bitly alternative https://bit.ly/3Scpfyc September 22, 2022 at 03:39PM
Show HN: Copy link to highlight alternative for Chrome with multiple highlights https://bit.ly/3LOwudj
Show HN: Copy link to highlight alternative for Chrome with multiple highlights Hi HN! I made a Chrome extension called Save Link to Highlight. It makes it easy for those who want to share multiple highlights on a page without any hassles. It uses the same built-in technology in Chrome as Copy link to highlight. So, the link you share will highlight text on the page once it's opened in most browsers without 3rd party tools. Ex. https://bit.ly/3R4nf9y It's free! No account or signup needed. Some everyday use cases • Share an article with a friend that also has the parts you found most interesting highlighted. • A teacher can share key points they highlighted for students on a Wikipedia page. https://bit.ly/3QYG3Hv September 22, 2022 at 01:34PM
Show HN: Rust, Apache Arrow, Parquet based cloud native log storage platform https://bit.ly/3qXIEGZ
Show HN: Rust, Apache Arrow, Parquet based cloud native log storage platform https://bit.ly/3ByzWnn September 22, 2022 at 10:05AM
Show HN: Rocketry – Modern scheduler to power your Python projects https://bit.ly/3dtfQmN
Show HN: Rocketry – Modern scheduler to power your Python projects https://bit.ly/3dtfRal September 22, 2022 at 07:44AM
Wednesday, 21 September 2022
Show HN: A board of job boards, is it useful? https://bit.ly/3BYO0YH
Show HN: A board of job boards, is it useful? Made a job board aggregator, 330 curated job boards so far! URL -> https://bit.ly/3r2AQ6E Recently added a meta feature to fetch job offers (500+) from multiple feeds URL (only with job offers) -> https://bit.ly/3LzsSeW Feedback from job seekers or job board founders much appreciated :) September 22, 2022 at 12:52AM
Show HN: Check if anyone else submitted a thing to HN and then submit it https://bit.ly/3SqGNq2
Show HN: Check if anyone else submitted a thing to HN and then submit it Hi HN! I made this for myself to submit stuff to HN without copy pasting. I also recently added a thing to check if anyone else already submitted the link to avoid posting duplicates. I find it pretty useful myself and I hope you do too! https://bit.ly/3LFo8EI September 21, 2022 at 11:18PM
Show HN: Search for the Best of Anything https://bit.ly/3Lw1xKt
Show HN: Search for the Best of Anything Bestlist is a search engine that is focused solely on helping users discover the best of anything. All of our results are non-biased, non-paid, and are dynamically generated via our search algorithm. It’s not perfect, but we’re working extremely hard and are determined to make it ubiquitous in the lives of the everyday internet user. Other Features Voting: If you’re feeling strongly about a search results, you can up or downvote the listing to voice your opinion. When you vote, you’ll be asked to state why you voted. This gives other users better insights into the listing. Collections: With collections you can easily save and keep track of all of your favorite listings. Collections can be public or made private, and they’re easily edited, reordered, and shared. Submissions If you find that we’re missing a result for a particular query, you can easily submit it as a suggestion. We’ll review it, and publish it if it makes the cut. Current Limitations •It’s currently English only. •We don’t handle searches that start with “Best way..” or “Best settings ..” or “Best route..” very well. •Also, searches for professionals (doctors, etc,) and recipes have issues. We'd love for you to try it and let us know what you think. Thank you! https://bit.ly/3BXOZbP September 21, 2022 at 02:28PM
Show HN: Fast, correct API-view Vim folding for Python, written in Cython https://bit.ly/3DJUBry
Show HN: Fast, correct API-view Vim folding for Python, written in Cython https://bit.ly/3SeOYWo September 21, 2022 at 01:48PM
Show HN: I made a site that easily lets you generate AI images using templates https://bit.ly/3LvMj8e
Show HN: I made a site that easily lets you generate AI images using templates https://bit.ly/3xFIjN4 September 21, 2022 at 01:39PM
Show HN: A Book-Guessing Game https://bit.ly/3BZPXo2
Show HN: A Book-Guessing Game https://bit.ly/3S3sw2q September 21, 2022 at 08:58AM
Show HN: OpenZiti Python SDK https://bit.ly/3R9AdmM
Show HN: OpenZiti Python SDK https://bit.ly/3dqV3QN September 21, 2022 at 01:08PM
Show HN: Hurl, test APIs with plain text and libcurl https://bit.ly/3Sn1rag
Show HN: Hurl, test APIs with plain text and libcurl Hi, We're happy to release a new version of Hurl [1]. Hurl is a command line tool powered by curl, that runs HTTP requests defined in a simple plain text format: # Get home: GET https://bit.ly/3f6GNNw HTTP/1.1 200 [Captures] csrf_token: xpath "string(//meta[@name='_csrf_token']/@content)" # Do login! POST https://bit.ly/3R0KgKw X-CSRF-TOKEN: HTTP/1.1 302 Hurl can be used to get data like curl, or as an integration testing tool for JSON/XML HTTP apis / HTML content. Requests can be chained, and one can add asserts on response headers, cookies and body. For instance: GET https://bit.ly/3f9uOOX screencapability: low HTTP/1.1 200 [Asserts] jsonpath "$.validated" == true jsonpath "$.userInfo.lastName" == "Herbert" jsonpath "$.hasDevice" == false jsonpath "$.links" count == 12 jsonpath "$.order" matches /^order-\d{8}$/ You can see more samples in the documentation [2]. We've designed Hurl to be easily integrated in CI/CD (GitHub, GitLab), and its text format can be used as a documentation, commited in a repo etc... It's a single binary written in Rust, that is powered by libcurl under the hood, for a fast CLI tool for both devops and developers. In this new version, we've added the following improvements: - verbose output: add more color to Hurl --verbose output, and also added --very-verbose option to output request and response bodies - request options: command-line options such as --location (follow HTTP redirection), --verbose, --insecure etc... can now be applied to a particular request with an [Options] sections - and more, see here for a quick tout of 1.7.0 [3] [1] https://bit.ly/3faL6qM [2] https://bit.ly/3QUk8RG [3] https://bit.ly/3QYUWtd Previous Show HN < https://news.ycombinator.com/item?id=28758226 > and < https://news.ycombinator.com/item?id=25655737 > https://bit.ly/3faL6qM September 21, 2022 at 09:43AM
Tuesday, 20 September 2022
Show HN: Each country as a Pokemon, using Stable Diffusion https://bit.ly/3dw2qWQ
Show HN: Each country as a Pokemon, using Stable Diffusion https://bit.ly/3Bz0TY1 September 20, 2022 at 10:15PM
Show HN: Backwards automatic differentiation in ~100 lines of Python https://bit.ly/3qSEKPs
Show HN: Backwards automatic differentiation in ~100 lines of Python Inspired by the recent posts on implementing forwards mode automatic differentiation, here's an attempt at the backwards mode, which is often more efficient when your function depends on many variables but outputs just one value. https://bit.ly/3xEzdjB September 20, 2022 at 09:55PM
Show HN: A Telegram Bot that put your read-later links into your email inbox https://bit.ly/3dpeZDz
Show HN: A Telegram Bot that put your read-later links into your email inbox https://bit.ly/3xDdDvJ September 20, 2022 at 04:55PM
Show HN: Numbr – notepad plus calculator (Chrome extension) https://bit.ly/3QXWLqp
Show HN: Numbr – notepad plus calculator (Chrome extension) https://bit.ly/3LI3SCt September 20, 2022 at 10:37AM
Show HN: CodeSnap – Create, manage & share beautiful images of code snippets https://bit.ly/3QVBHRh
Show HN: CodeSnap – Create, manage & share beautiful images of code snippets https://bit.ly/3UBazKD September 20, 2022 at 12:37PM
Show HN: The Raspberry Pi robot I'm using to ship other Raspberry Pis https://bit.ly/3dmSxLm
Show HN: The Raspberry Pi robot I'm using to ship other Raspberry Pis https://twitter.com/Schappi/status/1572144366315261952 September 20, 2022 at 09:58AM
Subscribe to:
Posts (Atom)