Lawfare Podcast: Content Moderation and the First Amendment for Dummies (2021)
13 by mustache_kimono | 1 comments on Hacker News.
Saturday, December 31, 2022
Friday, December 30, 2022
New top story on Hacker News: Text layout is a loose hierarchy of segmentation (2020)
Text layout is a loose hierarchy of segmentation (2020)
5 by lylejantzi3rd | 0 comments on Hacker News.
5 by lylejantzi3rd | 0 comments on Hacker News.
Thursday, December 29, 2022
New top story on Hacker News: Ask HN: The ISP has a competing product so has decided to block my domain
Ask HN: The ISP has a competing product so has decided to block my domain
35 by qerim | 19 comments on Hacker News.
The ISP in my hometown (Albania + Kosovo) has decided to block my whole domain to my free legal streaming website because they also happen to offer IPTV services. I only found out after trying to access my site from Albania today, it just comes up with a “bad URL” request. The streams I serve on my site are public freely available TV channels, combined into a single page. Since EU laws do not apply to neither of these countries, is there any course of action I can take to prevent this sort of monopoly going on?
35 by qerim | 19 comments on Hacker News.
The ISP in my hometown (Albania + Kosovo) has decided to block my whole domain to my free legal streaming website because they also happen to offer IPTV services. I only found out after trying to access my site from Albania today, it just comes up with a “bad URL” request. The streams I serve on my site are public freely available TV channels, combined into a single page. Since EU laws do not apply to neither of these countries, is there any course of action I can take to prevent this sort of monopoly going on?
Wednesday, December 28, 2022
Tuesday, December 27, 2022
Monday, December 26, 2022
Sunday, December 25, 2022
Saturday, December 24, 2022
Friday, December 23, 2022
Thursday, December 22, 2022
Wednesday, December 21, 2022
New top story on Hacker News: Ask HN: How to build F-You Skills
Ask HN: How to build F-You Skills
25 by lakevieew | 18 comments on Hacker News.
The past few months have been stressful for most people in the tech industry owing to mass layoffs everywhere. Luckily, I survived the layoffs at my company. But I was very anxious during the period it was announced and it affected my mental health quite a bit. However, on talking to a few other engineers at my company, I realized not everyone was as stressed. They are confident in their skills to get a new equivalent job which would easily support their current lifestyle, even in the current market. They have what I would call, "F-You Skills - Enough skills to know that you would never have to worry about money in your life", a spin on the more commonly known term "F-You Money" [1]. I was wondering if HN users ever think of their own skills in this context. If yes, how should one go about building these skills. To be clear, I am not talking about interviewing skills, which are also equally important. But I am more interested in technical skills that people believe will easily fetch them "decent money" [2] in any scenario in the short term future. [1] F-You Money means "Enough money to leave one's job, etc. and enjoy the lifestyle of one's choice" https://ift.tt/FxrQLRf [2] not insane money to retire early, but good enough to support their current lifestyle.
25 by lakevieew | 18 comments on Hacker News.
The past few months have been stressful for most people in the tech industry owing to mass layoffs everywhere. Luckily, I survived the layoffs at my company. But I was very anxious during the period it was announced and it affected my mental health quite a bit. However, on talking to a few other engineers at my company, I realized not everyone was as stressed. They are confident in their skills to get a new equivalent job which would easily support their current lifestyle, even in the current market. They have what I would call, "F-You Skills - Enough skills to know that you would never have to worry about money in your life", a spin on the more commonly known term "F-You Money" [1]. I was wondering if HN users ever think of their own skills in this context. If yes, how should one go about building these skills. To be clear, I am not talking about interviewing skills, which are also equally important. But I am more interested in technical skills that people believe will easily fetch them "decent money" [2] in any scenario in the short term future. [1] F-You Money means "Enough money to leave one's job, etc. and enjoy the lifestyle of one's choice" https://ift.tt/FxrQLRf [2] not insane money to retire early, but good enough to support their current lifestyle.
New top story on Hacker News: Bike frame stiffness: Why it matters and all you need to know
Bike frame stiffness: Why it matters and all you need to know
24 by giuliomagnifico | 15 comments on Hacker News.
24 by giuliomagnifico | 15 comments on Hacker News.
Tuesday, December 20, 2022
Monday, December 19, 2022
New top story on Hacker News: Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
Ask HN: What is the cheapest, easiest way to host a cronjob in 2022?
55 by heywhatupboys | 68 comments on Hacker News.
I thought this could start a good debate on the subject. Myself I have had to make a short running web-scraping job that, given a change in the site, sends a notifying email. This running once an hour. It is 2022, so I had thought it would be tremendously easy and cheap, but it seems no solution is easily implemented.
55 by heywhatupboys | 68 comments on Hacker News.
I thought this could start a good debate on the subject. Myself I have had to make a short running web-scraping job that, given a change in the site, sends a notifying email. This running once an hour. It is 2022, so I had thought it would be tremendously easy and cheap, but it seems no solution is easily implemented.
Sunday, December 18, 2022
New top story on Hacker News: Apple 'created decoy labor group' to derail unionization
Apple 'created decoy labor group' to derail unionization
46 by LinuxBender | 1 comments on Hacker News.
46 by LinuxBender | 1 comments on Hacker News.
Saturday, December 17, 2022
New top story on Hacker News: Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts
Show HN: Factual AI Q&A – Answers based on Huberman Lab transcripts
7 by rileyt | 2 comments on Hacker News.
This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067
7 by rileyt | 2 comments on Hacker News.
This is a quick prototype I built for semantic search and factual question answering using embeddings and GPT-3. It tries to solve the LLM hallucination issue by guiding it only to answer questions from the given context instead of making things up. If you ask something not covered in an episode, it should say that it doesn't know rather than providing a plausible, but potentially incorrect response. It uses Whisper to transcribe, text-embedding-ada-002 to embed, Pinecone.io to search, and text-davinci-003 to generate the answer. More examples and explanations here: https://twitter.com/rileytomasek/status/1603854647575384067
Friday, December 16, 2022
New top story on Hacker News: Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3
Show HN: I made a Slack bot that qualifies your sign-ups using GPT-3
6 by 0xferruccio | 4 comments on Hacker News.
OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :)
6 by 0xferruccio | 4 comments on Hacker News.
OP here, this was super fun to build. It all started from playing around with Nat Friedman's GPT browser https://twitter.com/0xferruccio/status/1599014988693180417 Then after having this running for our product for a couple of days or so we decided to give 10 customers access and they loved it! So expanding access now feels great :)
Thursday, December 15, 2022
Wednesday, December 14, 2022
New top story on Hacker News: Making the GOV.UK Front end typography scale more accessible
Making the GOV.UK Front end typography scale more accessible
4 by open-source-ux | 0 comments on Hacker News.
4 by open-source-ux | 0 comments on Hacker News.
Tuesday, December 13, 2022
Monday, December 12, 2022
New top story on Hacker News: Ghosn’s daring escape cost his extraction crew their freedom
Ghosn’s daring escape cost his extraction crew their freedom
44 by JumpCrisscross | 13 comments on Hacker News.
44 by JumpCrisscross | 13 comments on Hacker News.
Sunday, December 11, 2022
Saturday, December 10, 2022
Friday, December 9, 2022
New top story on Hacker News: Why does the Commodore C128 perform poorly when running CP/M?
Why does the Commodore C128 perform poorly when running CP/M?
17 by xeeeeeeeeeeenu | 1 comments on Hacker News.
17 by xeeeeeeeeeeenu | 1 comments on Hacker News.
Thursday, December 8, 2022
New top story on Hacker News: Show HN: Web search using a ChatGPT-like model that can cite its sources
Show HN: Web search using a ChatGPT-like model that can cite its sources
41 by rushingcreek | 30 comments on Hacker News.
We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer. The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge within its parameters. Rather, it knows how to piece together primary sources in a natural and informative way. Using our own model is also an order of magnitude cheaper than relying on GPT. A drawback to aligning models to web results is that they are less inclined to generate complete solutions/answers to questions where good primary sources don’t exist. Answers generated without underlying citable sources can be more creative but are prone to errors. In the future, we will show both types of answers. Examples: https://ift.tt/7d4VSqI https://ift.tt/sgzuxtA... https://ift.tt/kOsVovU... https://ift.tt/Atck3UE... Would love to hear your thoughts.
41 by rushingcreek | 30 comments on Hacker News.
We’ve trained a generative AI model to browse the web and answer questions/retrieve code snippets directly. Unlike ChatGPT, it has access to primary sources and is able to cite them when you hover over an answer (click on the text to go to the source being cited). We also show regular Bing results side-by-side with our AI answer. The model is an 11-billion parameter T5-derivative that has been fine-tuned on feedback given on hundreds of thousands of searches done (anonymously) on our platform. Giving the model web access lessens its burden to need to store a snapshot of human knowledge within its parameters. Rather, it knows how to piece together primary sources in a natural and informative way. Using our own model is also an order of magnitude cheaper than relying on GPT. A drawback to aligning models to web results is that they are less inclined to generate complete solutions/answers to questions where good primary sources don’t exist. Answers generated without underlying citable sources can be more creative but are prone to errors. In the future, we will show both types of answers. Examples: https://ift.tt/7d4VSqI https://ift.tt/sgzuxtA... https://ift.tt/kOsVovU... https://ift.tt/Atck3UE... Would love to hear your thoughts.
Wednesday, December 7, 2022
Tuesday, December 6, 2022
New top story on Hacker News: Show HN: Publish from GitHub Actions using multi-factor authentication
Show HN: Publish from GitHub Actions using multi-factor authentication
10 by varunsharma07 | 1 comments on Hacker News.
The backstory about this GitHub Action: I discussed with an open-source maintainer why they publish npm packages from their local machine and do not use CI/CD pipelines. They said publishing should require human intervention and want to continue using multi-factor authentication to publish to the npm registry. This led to building the wait-for-secrets GitHub Action. It prints a URL in the build log and waits for secrets to be entered using a browser. Once entered, the workflow continues, and secrets can be used in future steps. The latest release of "eslint-plugin-react" to the npm registry used a one-time password (OTP) from a GitHub Actions workflow! https://ift.tt/X27Sgbx...
10 by varunsharma07 | 1 comments on Hacker News.
The backstory about this GitHub Action: I discussed with an open-source maintainer why they publish npm packages from their local machine and do not use CI/CD pipelines. They said publishing should require human intervention and want to continue using multi-factor authentication to publish to the npm registry. This led to building the wait-for-secrets GitHub Action. It prints a URL in the build log and waits for secrets to be entered using a browser. Once entered, the workflow continues, and secrets can be used in future steps. The latest release of "eslint-plugin-react" to the npm registry used a one-time password (OTP) from a GitHub Actions workflow! https://ift.tt/X27Sgbx...
Monday, December 5, 2022
Sunday, December 4, 2022
Saturday, December 3, 2022
New top story on Hacker News: The Truth Matters and Secular Humanists Should Defend It
The Truth Matters and Secular Humanists Should Defend It
27 by peanutcrisis | 8 comments on Hacker News.
27 by peanutcrisis | 8 comments on Hacker News.
Friday, December 2, 2022
Thursday, December 1, 2022
New top story on Hacker News: Ask HN: Was I pwned?
Ask HN: Was I pwned?
62 by wasipwned | 56 comments on Hacker News.
A few days ago, I noticed that my home network performance would degrade substantially to the point of being unusable. I would just power-cycle all my switches, and the issue would resolve for a while. It happened again this morning, so I decided to try to look closer at what could be causing the issue. That's when I noticed that my Linux desktop was doing a lot of traffic, and here's what I observed: - My desktop has a private IP address, let's say 10.0.0.2. - Running `iftop`, I saw all the traffic coming from a different source IP address, 10.0.0.3. It was transferring ~300Mbps. - Running `tcpdump`, I saw that all of this traffic was going to a public IP address (AT&T). All of the source port/dest were ipsec-nat-t. - I saw that `10.0.0.3` showed up as a client on my switch with a randomized MAC address (presumably, since I couldn't find the MAC prefix in a vendor list). - I could not find any references to `10.0.0.3` or the random MAC address on my desktop (looking at kernel logs, system logs, ip a, ifconfig). - During this period, my network was degraded (high packet loss across my switches). It was at this point that I decided to try blocking the MAC address from my switch, and performance immediately returned to normal. I tried unblocking the MAC a few minutes later, but it has yet to return. That plus the fact that the issue happens at seemingly random times (especially the middle of the night) makes me think that it's not automatically connecting and instead being triggered remotely. I've since disconnected my desktop from the network and am in the process of rotating keys. I'm especially perplexed at the traffic showing up from a different source IP on my desktop, but I did not see any interface that matched. I tried to look and see if it was potentially a VM running, but I didn't see anything in virsh. I did have Docker containers running, but I assume I would have seen the IP address show up on one of my interfaces. I'm at a bit of a loss and was wondering if anyone has ever seen anything like this before, and if there is any suggestions for things I should check.
62 by wasipwned | 56 comments on Hacker News.
A few days ago, I noticed that my home network performance would degrade substantially to the point of being unusable. I would just power-cycle all my switches, and the issue would resolve for a while. It happened again this morning, so I decided to try to look closer at what could be causing the issue. That's when I noticed that my Linux desktop was doing a lot of traffic, and here's what I observed: - My desktop has a private IP address, let's say 10.0.0.2. - Running `iftop`, I saw all the traffic coming from a different source IP address, 10.0.0.3. It was transferring ~300Mbps. - Running `tcpdump`, I saw that all of this traffic was going to a public IP address (AT&T). All of the source port/dest were ipsec-nat-t. - I saw that `10.0.0.3` showed up as a client on my switch with a randomized MAC address (presumably, since I couldn't find the MAC prefix in a vendor list). - I could not find any references to `10.0.0.3` or the random MAC address on my desktop (looking at kernel logs, system logs, ip a, ifconfig). - During this period, my network was degraded (high packet loss across my switches). It was at this point that I decided to try blocking the MAC address from my switch, and performance immediately returned to normal. I tried unblocking the MAC a few minutes later, but it has yet to return. That plus the fact that the issue happens at seemingly random times (especially the middle of the night) makes me think that it's not automatically connecting and instead being triggered remotely. I've since disconnected my desktop from the network and am in the process of rotating keys. I'm especially perplexed at the traffic showing up from a different source IP on my desktop, but I did not see any interface that matched. I tried to look and see if it was potentially a VM running, but I didn't see anything in virsh. I did have Docker containers running, but I assume I would have seen the IP address show up on one of my interfaces. I'm at a bit of a loss and was wondering if anyone has ever seen anything like this before, and if there is any suggestions for things I should check.
Wednesday, November 30, 2022
Tuesday, November 29, 2022
Monday, November 28, 2022
New top story on Hacker News: Ask HN: Are companies becoming increasingly pushy? If so why?
Ask HN: Are companies becoming increasingly pushy? If so why?
47 by ciwchris | 33 comments on Hacker News.
I don't remember the timeline. I believe browsing Pinterest anonymously was always limited, therefore I pretty much always avoided this site. At some point LinkedIn changed to require a login to view profiles, well most of the time. Maybe this change occurred around the time Microsoft bought them. I avoid LinkedIn too. At some point both Instagram and Twitter also started aggressively limiting content for anonymous users. Medium and Substack have been increasingly nagging and/or limiting content too. Spotify seems to be trying to increasingly cross sell podcasts and audio books. Just within the last week they've also made multiple attempts to get me to enable push notifications for various communication. And then just this morning I browsed Indeed to keep an eye on what's going on in the local area and found they are limiting search results to one page without logging in. The only one of these I pay for is Spotify, so I guess fair enough, except for Spotify. This certainly isn't a comprehensive list. I feel I'm having to be increasingly defensive. I'm finding I'm spending more and more time blocking, dismissing or having to give up on sites and services. Is this trend increasing? If so what are some reasons why this is occurring? Is it the changing economy? Because companies dominate the product and so they feel they can get away with it? Because companies grow and lose their first principles? Because of the pressure to always be growing? I'm interested in hearing the thoughts of others on this topic? Is this behavior increasing? What is contributing to it? Is this something we will need to learn to accept or is this something to contest? Is there a positive aspect to this, such as this behavior will create opportunities for other players?
47 by ciwchris | 33 comments on Hacker News.
I don't remember the timeline. I believe browsing Pinterest anonymously was always limited, therefore I pretty much always avoided this site. At some point LinkedIn changed to require a login to view profiles, well most of the time. Maybe this change occurred around the time Microsoft bought them. I avoid LinkedIn too. At some point both Instagram and Twitter also started aggressively limiting content for anonymous users. Medium and Substack have been increasingly nagging and/or limiting content too. Spotify seems to be trying to increasingly cross sell podcasts and audio books. Just within the last week they've also made multiple attempts to get me to enable push notifications for various communication. And then just this morning I browsed Indeed to keep an eye on what's going on in the local area and found they are limiting search results to one page without logging in. The only one of these I pay for is Spotify, so I guess fair enough, except for Spotify. This certainly isn't a comprehensive list. I feel I'm having to be increasingly defensive. I'm finding I'm spending more and more time blocking, dismissing or having to give up on sites and services. Is this trend increasing? If so what are some reasons why this is occurring? Is it the changing economy? Because companies dominate the product and so they feel they can get away with it? Because companies grow and lose their first principles? Because of the pressure to always be growing? I'm interested in hearing the thoughts of others on this topic? Is this behavior increasing? What is contributing to it? Is this something we will need to learn to accept or is this something to contest? Is there a positive aspect to this, such as this behavior will create opportunities for other players?
New top story on Hacker News: Show HN: Widget.json and Widget Construction Set
Show HN: Widget.json and Widget Construction Set
16 by bmalicoat | 6 comments on Hacker News.
My friend and I just finished this project last week. I'd love to hear your feedback. widget.json brings a dynamic window to the web to your device's home screen. It's kind of like RSS for widgets, you make a widget.json for whatever web data you want and then subscribe to it in Widget Construction Set, our iOS widget.json viewer. We've made image of the day and word of the day widgets, Youtube channel widgets that show the latest videos, RSS widgets, Prometheus counter widgets and more. You can imagine a GitHub CI widget showing the last build status with a link to view it. Friend groups could make a shared scratch pad of text and images. Househoulds can make a shared TODO or grocery list widget. Widgets can use local device launch schemes which enables widgets to initiate text messages, calls, emails, shortcuts apps, and more. With this, you can make a widget that shows images of your favorite people and when you tap their image it FaceTimes them. If you're worried about Twitter, you could even make your own one-way Twitter replacement where your text and images show up on your followers home screen! Ideally, sites add a widget.json feed alongside their RSS feed. widget.json files have a one-click subscribe link to easily add them to Widget Construction Set. This gives sites and creators a simple, direct connection to their users without the need of building a separate app or having their users remember to visit their site. For Patreon or other user-supported creators, they can offer private widgets that are only granted to their supporters. We couldn't figure a way to make a business on this, but we liked what the technology enabled so we're releasing it all for free, with the exception of a one-time $2.99 purchase to view private widgets. Though since the widget.json format is open, if $2.99 is too steep, people are free to make their own private widget viewer as well. Widget Construction Set: https://ift.tt/tikCpKT...
16 by bmalicoat | 6 comments on Hacker News.
My friend and I just finished this project last week. I'd love to hear your feedback. widget.json brings a dynamic window to the web to your device's home screen. It's kind of like RSS for widgets, you make a widget.json for whatever web data you want and then subscribe to it in Widget Construction Set, our iOS widget.json viewer. We've made image of the day and word of the day widgets, Youtube channel widgets that show the latest videos, RSS widgets, Prometheus counter widgets and more. You can imagine a GitHub CI widget showing the last build status with a link to view it. Friend groups could make a shared scratch pad of text and images. Househoulds can make a shared TODO or grocery list widget. Widgets can use local device launch schemes which enables widgets to initiate text messages, calls, emails, shortcuts apps, and more. With this, you can make a widget that shows images of your favorite people and when you tap their image it FaceTimes them. If you're worried about Twitter, you could even make your own one-way Twitter replacement where your text and images show up on your followers home screen! Ideally, sites add a widget.json feed alongside their RSS feed. widget.json files have a one-click subscribe link to easily add them to Widget Construction Set. This gives sites and creators a simple, direct connection to their users without the need of building a separate app or having their users remember to visit their site. For Patreon or other user-supported creators, they can offer private widgets that are only granted to their supporters. We couldn't figure a way to make a business on this, but we liked what the technology enabled so we're releasing it all for free, with the exception of a one-time $2.99 purchase to view private widgets. Though since the widget.json format is open, if $2.99 is too steep, people are free to make their own private widget viewer as well. Widget Construction Set: https://ift.tt/tikCpKT...
New top story on Hacker News: Show HN: Feuille – a fast, simple socket-based pastebin
Show HN: Feuille – a fast, simple socket-based pastebin
11 by tm2t | 4 comments on Hacker News.
Should be considered as a usable WiP for now. I still need to tweak and fix some things in my code. I'd love to get some feedback! See < https://bin.heimdall.pm/ > for my personal feuille instance. Feel free to play around with it :)
11 by tm2t | 4 comments on Hacker News.
Should be considered as a usable WiP for now. I still need to tweak and fix some things in my code. I'd love to get some feedback! See < https://bin.heimdall.pm/ > for my personal feuille instance. Feel free to play around with it :)
Abducted By Babysitter Over 50 Years Ago, US-based Woman Reunites With Family
A 23andMe DNA test, a birthmark on Melissa and her birthday were some details used to confirm that she indeed was the girl who had been taken from them 51 years ago
from Top Buzz News- News18.com https://ift.tt/vNnRKcF
via IFTTT
from Top Buzz News- News18.com https://ift.tt/vNnRKcF
via IFTTT
Sunday, November 27, 2022
New top story on Hacker News: The Exceptionally American Problem of Rising Roadway Deaths
The Exceptionally American Problem of Rising Roadway Deaths
25 by IfOnlyYouKnew | 5 comments on Hacker News.
25 by IfOnlyYouKnew | 5 comments on Hacker News.
Saturday, November 26, 2022
Friday, November 25, 2022
Thursday, November 24, 2022
Wednesday, November 23, 2022
New top story on Hacker News: Show HN: Unclutter – Reader mode, but better
Show HN: Unclutter – Reader mode, but better
24 by phgn | 11 comments on Hacker News.
Hey everyone! In the last months I've been working on Unclutter, a modern reader mode browser extension. In contrast to all existing approaches, it unclutters articles by modifying their CSS instead of extracting the text content. This results in a more visually pleasing result that reuses the original article style. The idea is to remove friction so you use the reader mode more often. There are a few more features around saving articles automatically and taking highlights -- more details are on the website. The extension has about 400 active weekly users right now, mostly from organic web store traffic. Monetisation has proven to be hard and for freemium there would need to be much higher numbers anyways. Do you think I should keep working on the project?
24 by phgn | 11 comments on Hacker News.
Hey everyone! In the last months I've been working on Unclutter, a modern reader mode browser extension. In contrast to all existing approaches, it unclutters articles by modifying their CSS instead of extracting the text content. This results in a more visually pleasing result that reuses the original article style. The idea is to remove friction so you use the reader mode more often. There are a few more features around saving articles automatically and taking highlights -- more details are on the website. The extension has about 400 active weekly users right now, mostly from organic web store traffic. Monetisation has proven to be hard and for freemium there would need to be much higher numbers anyways. Do you think I should keep working on the project?
New top story on Hacker News: Show HN: Benthos Studio – A modern take on Yahoo Pipes
Show HN: Benthos Studio – A modern take on Yahoo Pipes
21 by mihaitodor | 0 comments on Hacker News.
Benthos Studio lets you plug and play various components to build a Data Streaming pipeline through a graphic interface. It also allows you to mock inputs to emit dummy data and run the rest of the pipeline to inspect the output of each step. The project is running https://ift.tt/aXAPgK5 under the hood.
21 by mihaitodor | 0 comments on Hacker News.
Benthos Studio lets you plug and play various components to build a Data Streaming pipeline through a graphic interface. It also allows you to mock inputs to emit dummy data and run the rest of the pipeline to inspect the output of each step. The project is running https://ift.tt/aXAPgK5 under the hood.
Tuesday, November 22, 2022
Monday, November 21, 2022
New top story on Hacker News: Ask HN: What weird technical scene are you fond/part of?
Ask HN: What weird technical scene are you fond/part of?
43 by ForgotIdAgain | 36 comments on Hacker News.
List of scenes that I am particularly fond of: - Minecrat computer engineering: Culminated with this playable 3d simplified minecraft clone (CPU+GPU) https://www.youtube.com/watch?v=-BP7DhHTU-I - Shader computing scene: More of a subculture of an already marvelous subculture, people are finding weird ways to compute with shader https://ift.tt/yP8vsDX Risc V emulator in a shader https://ift.tt/ZAhqPLv Object detection in a shader - Cellular automata: people finding awesome patterns, some great project: https://ift.tt/5OoTkWi https://ift.tt/CBIl9yz - TAS/Speedrun: https://www.youtube.com/watch?v=qBK1sq1BQ2Q Insane game exploit which uses only player input in order to inject an elaborate rom hack with network functionality https://www.youtube.com/watch?v=O9dTmzRAL_4 Another insane one which work by switching game (!!) during the run - "Can it run Doom" Scene: https://twitter.com/sylefeb/status/1258808333265514497 Run a doom map renderer on a FPGA. Not on a classic computer "emulated" by the fpga, the renderer is directly implemented in the fpga https://www.youtube.com/watch?v=c6hnQ1RKhbo Yes doom can run doom So what are your technical gem?
43 by ForgotIdAgain | 36 comments on Hacker News.
List of scenes that I am particularly fond of: - Minecrat computer engineering: Culminated with this playable 3d simplified minecraft clone (CPU+GPU) https://www.youtube.com/watch?v=-BP7DhHTU-I - Shader computing scene: More of a subculture of an already marvelous subculture, people are finding weird ways to compute with shader https://ift.tt/yP8vsDX Risc V emulator in a shader https://ift.tt/ZAhqPLv Object detection in a shader - Cellular automata: people finding awesome patterns, some great project: https://ift.tt/5OoTkWi https://ift.tt/CBIl9yz - TAS/Speedrun: https://www.youtube.com/watch?v=qBK1sq1BQ2Q Insane game exploit which uses only player input in order to inject an elaborate rom hack with network functionality https://www.youtube.com/watch?v=O9dTmzRAL_4 Another insane one which work by switching game (!!) during the run - "Can it run Doom" Scene: https://twitter.com/sylefeb/status/1258808333265514497 Run a doom map renderer on a FPGA. Not on a classic computer "emulated" by the fpga, the renderer is directly implemented in the fpga https://www.youtube.com/watch?v=c6hnQ1RKhbo Yes doom can run doom So what are your technical gem?
New top story on Hacker News: Ask HN: Why is my two day old submit on HN frontpage shown as 1 hour old?
Ask HN: Why is my two day old submit on HN frontpage shown as 1 hour old?
18 by taubek | 13 comments on Hacker News.
Why is my two day old submit on HN frontpage shown as 1 hour old? Here is direct link - it says 1 hour old https://ift.tt/qdbEHJO And in list of my submits I can see that I've submitted link two days ago https://ift.tt/j1vVOkd Title of my submit is Service Resilience — part 1: Startup Technology
18 by taubek | 13 comments on Hacker News.
Why is my two day old submit on HN frontpage shown as 1 hour old? Here is direct link - it says 1 hour old https://ift.tt/qdbEHJO And in list of my submits I can see that I've submitted link two days ago https://ift.tt/j1vVOkd Title of my submit is Service Resilience — part 1: Startup Technology
Sunday, November 20, 2022
Saturday, November 19, 2022
New top story on Hacker News: Ask HN: What is the thing you've build you regret the most?
Ask HN: What is the thing you've build you regret the most?
7 by Octabrain | 5 comments on Hacker News.
Given the very interesting comments on the "Ask HN: What is the most impactful thing you've built?", I was wondering about something similar: Things you regret based on ethical implications, bad technical decisions you made convinced you were right but regret/cringe about later, failures on miscalculations on budgets that provoked a bad outcome in the company etc whatever. Thanks in advance.
7 by Octabrain | 5 comments on Hacker News.
Given the very interesting comments on the "Ask HN: What is the most impactful thing you've built?", I was wondering about something similar: Things you regret based on ethical implications, bad technical decisions you made convinced you were right but regret/cringe about later, failures on miscalculations on budgets that provoked a bad outcome in the company etc whatever. Thanks in advance.
Friday, November 18, 2022
New top story on Hacker News: Mojo.js is a port of Perl's Mojolicious to TypeScript
Mojo.js is a port of Perl's Mojolicious to TypeScript
21 by petesergeant | 0 comments on Hacker News.
21 by petesergeant | 0 comments on Hacker News.
Thursday, November 17, 2022
New top story on Hacker News: Security concerns with the e-Tugra certificate authority
Security concerns with the e-Tugra certificate authority
27 by jamespwilliams | 1 comments on Hacker News.
27 by jamespwilliams | 1 comments on Hacker News.
Wednesday, November 16, 2022
Tuesday, November 15, 2022
Monday, November 14, 2022
Sunday, November 13, 2022
Saturday, November 12, 2022
New top story on Hacker News: GitHub is replacing Rails front end rendering with React
GitHub is replacing Rails front end rendering with React
51 by todsacerdoti | 16 comments on Hacker News.
51 by todsacerdoti | 16 comments on Hacker News.
Friday, November 11, 2022
Thursday, November 10, 2022
New top story on Hacker News: Musk’s first email to Twitter staff ends remote work
Musk’s first email to Twitter staff ends remote work
123 by mfiguiere | 177 comments on Hacker News.
123 by mfiguiere | 177 comments on Hacker News.
Wednesday, November 9, 2022
New top story on Hacker News: Ask HN: How do I find my “purpose”?
Ask HN: How do I find my “purpose”?
33 by trollerator23 | 67 comments on Hacker News.
(This is a serious question, despite my username) There are plenty of studies that show that having a "purpose" and working after it is correlated with higher happiness or well being. "Purpose" is vague enough, so to make things worse I am going to conflate it with "life meaning", "calling" or "personal values". I recently came across the Japanese "Ikigai" which seems related. Ok, I buy this, however, what is this "purpose/ meaning/ calling/ value" thing? What does it mean, really? How do I find mine? I think this is the kind of thing a fair amount of people here in HN have thought about, so I thought of asking. Is there any research that goes into what is "purpose" and how to figure it out? I've come across plenty that talks about how good it is, but nothing that goes into how to find it. Any serious books that you may recommend?
33 by trollerator23 | 67 comments on Hacker News.
(This is a serious question, despite my username) There are plenty of studies that show that having a "purpose" and working after it is correlated with higher happiness or well being. "Purpose" is vague enough, so to make things worse I am going to conflate it with "life meaning", "calling" or "personal values". I recently came across the Japanese "Ikigai" which seems related. Ok, I buy this, however, what is this "purpose/ meaning/ calling/ value" thing? What does it mean, really? How do I find mine? I think this is the kind of thing a fair amount of people here in HN have thought about, so I thought of asking. Is there any research that goes into what is "purpose" and how to figure it out? I've come across plenty that talks about how good it is, but nothing that goes into how to find it. Any serious books that you may recommend?
Tuesday, November 8, 2022
New top story on Hacker News: Show HN: Metadocs, kinda like Reddit, but built into every documentation
Show HN: Metadocs, kinda like Reddit, but built into every documentation
23 by ritinkar | 6 comments on Hacker News.
Hi, I'm Ritinkar and I'm building metadocs, which is kind of like reddit built into every documentation ever. It's a chrome extension that allows discussion on any webpage to happen there itself. Currently I have built threaded comments, and a upvote/downvote system. Plus I've built this cool feature called Highlights, which lets you discuss specific lines in any documentation. As well as a feature called Top Hightlights, which shows the most interesting hightlights on any webpage. Hope you guys will try it out. And if you have any questions, feel free to ask me here. Thanks.
23 by ritinkar | 6 comments on Hacker News.
Hi, I'm Ritinkar and I'm building metadocs, which is kind of like reddit built into every documentation ever. It's a chrome extension that allows discussion on any webpage to happen there itself. Currently I have built threaded comments, and a upvote/downvote system. Plus I've built this cool feature called Highlights, which lets you discuss specific lines in any documentation. As well as a feature called Top Hightlights, which shows the most interesting hightlights on any webpage. Hope you guys will try it out. And if you have any questions, feel free to ask me here. Thanks.
Monday, November 7, 2022
Sunday, November 6, 2022
Saturday, November 5, 2022
Watch: This Baby Rhino Tries To Imitate Its Goat Friend, Wins Hearts
The amusing video, uploaded on Twitter by an account named Fascinating, shows a rhino calf trying to imitate its goat friend.
from Top Buzz News- News18.com https://ift.tt/58OhpyT
via IFTTT
from Top Buzz News- News18.com https://ift.tt/58OhpyT
via IFTTT
Friday, November 4, 2022
Subscribe to:
Posts (Atom)