I Always Hit the Crosswalk Button (2015)
12 by costco | 12 comments on Hacker News.
World News - Find latest world news and headlines today based on politics, crime, entertainment, sports, lifestyle, technology and many
Thursday, 30 November 2023
Wednesday, 29 November 2023
Tuesday, 28 November 2023
Monday, 27 November 2023
New top story on Hacker News: Show HN: A Dalle-3 and GPT4-Vision feedback loop
Show HN: A Dalle-3 and GPT4-Vision feedback loop
37 by z991 | 7 comments on Hacker News.
I used to enjoy Translation Party, and over the weekend I realized that we can build the same feedback loop with DALLE-3 and GPT4-Vision. Start with a text prompt, let DALLE-3 generate an image, then GPT-4 Vision turns that image back into a text prompt, DALLE-3 creates another image, and so on. You need to bring your own OpenAI API key (costs about $0.10/run) Some prompts are very stable, others go wild. If you bias GPT4's prompting by telling it to "make it weird" you can get crazy results. Here's a few of my favorites: - Gnomes: https://ift.tt/SzrayKZ - Start with a sailboat but bias GPT4V to "replace everything with cats": https://ift.tt/94HpBDC - A more stable one (but everyone is always an actor): https://ift.tt/JLfNitC
37 by z991 | 7 comments on Hacker News.
I used to enjoy Translation Party, and over the weekend I realized that we can build the same feedback loop with DALLE-3 and GPT4-Vision. Start with a text prompt, let DALLE-3 generate an image, then GPT-4 Vision turns that image back into a text prompt, DALLE-3 creates another image, and so on. You need to bring your own OpenAI API key (costs about $0.10/run) Some prompts are very stable, others go wild. If you bias GPT4's prompting by telling it to "make it weird" you can get crazy results. Here's a few of my favorites: - Gnomes: https://ift.tt/SzrayKZ - Start with a sailboat but bias GPT4V to "replace everything with cats": https://ift.tt/94HpBDC - A more stable one (but everyone is always an actor): https://ift.tt/JLfNitC
Sunday, 26 November 2023
Saturday, 25 November 2023
New top story on Hacker News: Show HN: I saw this mind-blowing experiment, so I made a simple version of it
Show HN: I saw this mind-blowing experiment, so I made a simple version of it
15 by momciloo | 2 comments on Hacker News.
Two browser windows (acting as socket clients) communicate their: - Screen dimensions - (screen.width, screen.height) - Window dimensions - (window.innerWidth, window.innerHeight) - Window X/Y position - (window.screenX, window.screenY) ...or whichever calculation works best for you. The original work by Bjorn Staal https://twitter.com/_nonfigurativ_/status/172732259457002734 used localStorage, but I found sockets more fun, because if tweaked a bit, this can be shared with friends. Here's a demo of how it works and the codebase: https://ift.tt/Sd61eNv
15 by momciloo | 2 comments on Hacker News.
Two browser windows (acting as socket clients) communicate their: - Screen dimensions - (screen.width, screen.height) - Window dimensions - (window.innerWidth, window.innerHeight) - Window X/Y position - (window.screenX, window.screenY) ...or whichever calculation works best for you. The original work by Bjorn Staal https://twitter.com/_nonfigurativ_/status/172732259457002734 used localStorage, but I found sockets more fun, because if tweaked a bit, this can be shared with friends. Here's a demo of how it works and the codebase: https://ift.tt/Sd61eNv
Friday, 24 November 2023
They claimed their high school coach sexually abused them years ago. Now he's in custody
from Yahoo News - Latest News & Headlines https://ift.tt/eLRvy64
New top story on Hacker News: Ask HN: How should I setup a phone for a newly blind relative?
Ask HN: How should I setup a phone for a newly blind relative?
69 by tallowen | 11 comments on Hacker News.
I am home for the holidays and my grandfather is newly blind. He's never learned braille or anything else and I believe it can be a relatively isolating experience. While I'm in town for the holidays, I would love to help him get back into things like podcasts, audio books and WhatsApp. Does anyone have recommendations for how to help set this up? He currently has an iPhone but if android phones are superior for blind users, I would happily help him switch.
69 by tallowen | 11 comments on Hacker News.
I am home for the holidays and my grandfather is newly blind. He's never learned braille or anything else and I believe it can be a relatively isolating experience. While I'm in town for the holidays, I would love to help him get back into things like podcasts, audio books and WhatsApp. Does anyone have recommendations for how to help set this up? He currently has an iPhone but if android phones are superior for blind users, I would happily help him switch.
Thursday, 23 November 2023
Scientists Have Bad News for Astronauts’ Genitals
from Yahoo News - Latest News & Headlines https://ift.tt/2RzaBoN
Wednesday, 22 November 2023
Tuesday, 21 November 2023
Monday, 20 November 2023
Sunday, 19 November 2023
Saturday, 18 November 2023
Dozens of cockroaches. Bed bugs. Leaky sink. Wichita KS businesses fail inspections
from Yahoo News - Latest News & Headlines https://ift.tt/xBA1ba5
Friday, 17 November 2023
New top story on Hacker News: Show HN: Beta test Execute Program's interactive "Python for Programmers" course
Show HN: Beta test Execute Program's interactive "Python for Programmers" course
20 by gary_bernhardt | 4 comments on Hacker News.
I'm Gary Bernhardt, founder of Execute Program, an interactive platform for learning programming languages and other programming tools. Our "Python for Programmers" course is in a free open beta for the next week or so. We don't normally do open betas, but the infrastructure behind this course is new and very complex, so we want to stress test it. https://ift.tt/yMBkWUb... Today, "Python for Programmers" contains 581 interactive code examples covering the core language. It's aimed at established programmers, not beginners. We don't explain basic language features like `while`, but we do show them briefly and note anything special about how they work in Python. We pay special attention to foot guns. For example, we have an entire lesson about Python's mutable default argument foot gun. This is the first of two courses, with the second coming in 2024. For this course, we drew the line at __dunder__ methods: if a topic requires a dunder method other than `__init__`, then it'll be in the follow-up course. This beta is concurrent with the tail end of our editing process, so you may see the course grow by another 17 lessons (214 code examples) during the beta. Some details about how the course works internally, and why we need a beta at all: First, all Python code in the course runs in your browser via Pyodide. (Reality continues to look more and more like my PyCon 2014 talk [1].) You'll feel a pause when the first code example runs, as your browser loads and boots CPython (around 12 MB). After that, it should be as responsive as a local app. Second, if you look at the course page, you'll see that it's structured as a DAG, similar to a "tech tree" in Civilization, Age of Empires, Stellaris, Satisfactory, etc. (Some of those games have true trees, but some of their "trees" are actually DAGs like ours.) You make progress through the course by traversing one graph edge at a time. Our courses have always been structured as graphs internally, but the raw graphs are simply unreadable due to the number of edges [2]. This year, I taught Execute Program to simplify its own course graphs by breaking them into the level subgraphs that you see on the page, so we can finally render them. It automatically turns the mess that I linked above into the clean graphs that you see in the course. The graph for this course is currently a bit dull, but it'll fill out as we finish editing the remaining lessons. I like Everyday TypeScript's graph [3] the best. Please try the course and use the "Give Feedback" entry in the menu to tell us what you think! I'll also stick around in this thread today. [1] https://ift.tt/Yvfn0ZP... [2] https://ift.tt/atPE8N2... [3] https://ift.tt/qGz0jxS
20 by gary_bernhardt | 4 comments on Hacker News.
I'm Gary Bernhardt, founder of Execute Program, an interactive platform for learning programming languages and other programming tools. Our "Python for Programmers" course is in a free open beta for the next week or so. We don't normally do open betas, but the infrastructure behind this course is new and very complex, so we want to stress test it. https://ift.tt/yMBkWUb... Today, "Python for Programmers" contains 581 interactive code examples covering the core language. It's aimed at established programmers, not beginners. We don't explain basic language features like `while`, but we do show them briefly and note anything special about how they work in Python. We pay special attention to foot guns. For example, we have an entire lesson about Python's mutable default argument foot gun. This is the first of two courses, with the second coming in 2024. For this course, we drew the line at __dunder__ methods: if a topic requires a dunder method other than `__init__`, then it'll be in the follow-up course. This beta is concurrent with the tail end of our editing process, so you may see the course grow by another 17 lessons (214 code examples) during the beta. Some details about how the course works internally, and why we need a beta at all: First, all Python code in the course runs in your browser via Pyodide. (Reality continues to look more and more like my PyCon 2014 talk [1].) You'll feel a pause when the first code example runs, as your browser loads and boots CPython (around 12 MB). After that, it should be as responsive as a local app. Second, if you look at the course page, you'll see that it's structured as a DAG, similar to a "tech tree" in Civilization, Age of Empires, Stellaris, Satisfactory, etc. (Some of those games have true trees, but some of their "trees" are actually DAGs like ours.) You make progress through the course by traversing one graph edge at a time. Our courses have always been structured as graphs internally, but the raw graphs are simply unreadable due to the number of edges [2]. This year, I taught Execute Program to simplify its own course graphs by breaking them into the level subgraphs that you see on the page, so we can finally render them. It automatically turns the mess that I linked above into the clean graphs that you see in the course. The graph for this course is currently a bit dull, but it'll fill out as we finish editing the remaining lessons. I like Everyday TypeScript's graph [3] the best. Please try the course and use the "Give Feedback" entry in the menu to tell us what you think! I'll also stick around in this thread today. [1] https://ift.tt/Yvfn0ZP... [2] https://ift.tt/atPE8N2... [3] https://ift.tt/qGz0jxS
Thursday, 16 November 2023
Wednesday, 15 November 2023
Tuesday, 14 November 2023
Monday, 13 November 2023
Sunday, 12 November 2023
Saturday, 11 November 2023
Friday, 10 November 2023
Thursday, 9 November 2023
Wednesday, 8 November 2023
Tuesday, 7 November 2023
Monday, 6 November 2023
Boxer Félix Verdejo sentenced to life in prison for grisly killing of pregnant lover
from Yahoo News - Latest News & Headlines https://ift.tt/ETc7zo0
New top story on Hacker News: Ask HN: How do you start a research based company?
Ask HN: How do you start a research based company?
2 by mnky9800n | 3 comments on Hacker News.
Looking around hacker news it seems like everyone everywhere has their new AI company whose main goal is to develop some kind of new algorithm and then find customers later. Where do people get funding for such initiatives? I believe I'm a bit naive but it also seems like this could be a better way of doing research for the time being than continuing on in academia. But how do you get money to start a company whose goal is "make AI and worry about customers later"?
2 by mnky9800n | 3 comments on Hacker News.
Looking around hacker news it seems like everyone everywhere has their new AI company whose main goal is to develop some kind of new algorithm and then find customers later. Where do people get funding for such initiatives? I believe I'm a bit naive but it also seems like this could be a better way of doing research for the time being than continuing on in academia. But how do you get money to start a company whose goal is "make AI and worry about customers later"?
Sunday, 5 November 2023
Saturday, 4 November 2023
Friday, 3 November 2023
Thursday, 2 November 2023
Factbox-Why is Pakistan deporting over a million undocumented Afghan immigrants?
from Yahoo News - Latest News & Headlines https://ift.tt/eW1KhnG
SRK greets his legion of fans outside Mannat
from Entertainment News, Celebrity News, Latest Movie News, Breaking News | Entertainment - Times of India https://ift.tt/PxQ4CXz
Wednesday, 1 November 2023
Subscribe to:
Posts (Atom)