HN user

calufa

354 karma

(¬‿¬)

Posts31
Comments52
View on HN
medium.com 1mo ago

From Company Brain to an AI Operating System

calufa
1pts0
medium.com 4mo ago

Agentic Search: When Retrieval Stops Being Enough

calufa
1pts0
medium.com 6mo ago

ASCII-Driven Development

calufa
168pts93
www.instagram.com 3y ago

Zummi – AI de finanzas powered by GPT4 para Mexico

calufa
1pts0
github.com 3y ago

Run StableDiffusion on Google Cloud Platform Using Pulumi

calufa
1pts0
partners.nius.tv 5y ago

Hollywood-quality videos from text in just a few clicks using AI

calufa
3pts1
medium.com 6y ago

Using Deep Learning to convert text news into video

calufa
1pts0
research.baidu.com 6y ago

VidPress: Baidu’s New AI Tool Creating Videos from a URL with One-Click

calufa
2pts1
twitter.com 6y ago

NASA engineers build new Covid-19 ventilator in 37 days

calufa
2pts0
twitter.com 6y ago

Long spaceflights change astronauts' brain structure, new study suggests

calufa
1pts0
twitter.com 6y ago

Photos: SpaceX cargo capsule returns to Southern California after mission

calufa
2pts0
twitter.com 6y ago

Show HN: Artificial Intelligence anchor that tells you news about space

calufa
2pts2
twitter.com 6y ago

Researchers used ultrasonic waves to hack Siri and Google

calufa
2pts0
twitter.com 6y ago

Show HN: Nius.tv – Real news presented by an Artificial Intelligence anchor

calufa
3pts0
twitter.com 6y ago

Philip Leder, Who Helped Decipher the Genetic Code, Dies at 85

calufa
4pts0
twitter.com 6y ago

Show HN: In Nius.tv we use an AI anchor to tell you the news

calufa
4pts1
news.ycombinator.com 12y ago

Who needs to scrape millions of pages, or monitor them?

calufa
5pts5
github.com 13y ago

Tales, an open source block tolerant webscraper that runs on aws and rackspace.

calufa
1pts0
github.com 13y ago

Tales - a block tolerant web scraper that runs on top of aws and rackspace

calufa
3pts4
news.ycombinator.com 13y ago

CTO needs new place to have fun - I am in SF

calufa
1pts0
scramblermedia.com 14y ago

We need feedback for our tower defense game - we are 2 guys with a game engine.

calufa
1pts8
scramblermedia.com 14y ago

Our Game "Charlie's Hard Work Day" needs feedback - THANKS

calufa
1pts1
ffffound.com 14y ago

In web we trust

calufa
1pts0
en.wikipedia.org 14y ago

How iPod got its name

calufa
1pts0
www.spiegel.de 15y ago

Kaspersky: I Fear the Net Will Soon Become a War Zone

calufa
2pts0
www.youtube.com 15y ago

[funny] Let's Terminate Piracy

calufa
1pts0
plus.google.com 15y ago

Google+ is Growing Like Crazy

calufa
121pts45
www.ieee.org 15y ago

The Mythology of Moore's Law

calufa
2pts0
tech.slashdot.org 15y ago

[video] How Journalists Data-Mined the Wikileaks Docs

calufa
1pts0
news.ycombinator.com 15y ago

Free SQL dump with 200 million tweets from 13 million users

calufa
98pts36

Author here. High-level:

- Problem: AI UI generators are high-fidelity by default → teams bikeshed aesthetics before structure is right.

- Idea: use ASCII as an intentionally low-fidelity “layout spec” to lock hierarchy/flow first.

Why ASCII: - forces abstraction (no colors/fonts/shadows)

- very fast to iterate (seconds)

- pasteable anywhere (Slack/Notion/GitHub)

- editable by anyone

Workflow:

- describe UI → generate ASCII → iterate on structure/states → feed into v0/Lovable/Bolt/etc → polish visuals last

It also facilitates discussion:

- everyone argues about structure/decisions, not pixels

- feedback is concrete (“move this”, “add a section”), not subjective

More advanced setups could integrate user/customer support feedback to automatically propose changes to a spec or PRD, enabling downstream tasks to later produce PRs.

It's exciting to see all these AI funds and credits, does anyone has a list or website of active funds available? We recently got granted 15k on OpenAI, but would love to get more ;)

Hi,

You can also follow us on Twitter: - https://twitter.com/nius_tv - https://twitter.com/BeyondEarthTV

In April we will be launching our mobile app; a next-gen non-linear TV news aggregator for mobile devices, that converts articles on topics that interest our users into short-form video using AI and trusted media content.

Sign up for our mobile app beta testing program at https://nius.tv.

Thank you, Carlos Chinchilla Founder at NIUS.TV

Carlos here, sole dev and product at the NIUS.TV.

We have taken a similar approach on NIUS.TV. We've even taken it further by synthesizing an AI anchor.

Check it out:

- https://twitter.com/nius_tv

- https://twitter.com/beyondearthtv

The way we synthesize our videos is a little different from Baidu in practice, but similar on a high level.

For video synthesis we use an event-driven architecture using K8s jobs, and a custom job scheduler built in-house that manages all the steps of the video creation process.

Additionally, because GPUs are expensive and knowing that we synthesize our stories in batches through the day, we built a k8s-cluster-builder, that spins up and down the k8s cluster based on pending stories. This saves us a tremendous amount of cost per month, as the cluster only runs when there is actual work for it. As a bootstrapped project, costs are really important.

Our current video synthesis pipeline is comprised of 20+ steps, this includes speech-synthesis, image generation, speech+text aligners (for captions), language models, text generation, among others.

From my experience building the product, and despite the fact that AI is expensive (training wise), it is feasible to build AI-powered products using off-the-shelf DL technology without having large resources.

Hello, I am the sole developer, designer and founder of the project.

We are a two-person company that has bootstrapped the project so far.

I hope you like it. Do not hesitate to ask any questions.

Some technical nuggets:

- We spin up and down a K8s cluster based on load

- We use Tacotron and WaveGlow

- We use a "tweaked" version of Pix2Pix

- We use forced-aligners

- We have a speech-to-text DL model

- We have around ~30 discrete parts including microservices and cloud functions in an event-driven architecture

In broad terms, we manually select news from RSS feeds and then an automated system takes the text out from the news or blog post and generates a video.

I am building an end-to-end text-to-video product that converts text/blog news into TV-like news using multiple AI techs including GANs, Transformers, variational autoencoders, motion graphics, kubernetes, among other techs.

It has taken me some months, but I have CI/CD in place, some traction in twitter, and subscribed users on our home page.

I have bootstrapped the product so far. I'm the solo dev, designer, and creator.

Soon I will have a big upgrade to the AI anchor.

Let me know what you think https://twitter.com/nius_tv

Official home page https://nius.tv

Hi there, I'm the founder, sole dev and designer at NIUS.TV.

I have been working for the last 6 months, 26 hours a day in the product and tech. Now that things are somewhat stable and the vid production pipeline is not breaking due to audio-transcription alignments and other AI-related-corner-cases I wanted to share this with the HN community.

There is still tons of work to do, bugs to iron out, and there are a ton of ideas in the TODO list (exciting stuff).

The goal is to offer an ad-free product that doesn't sell your data while informing you about the topics that matter to you the most. A product that is private, where you can select topics you want to follow, with no social media bluff.

ATM, we are experimenting with Twitter, and we already have a WebApp working at NIUS.TV -- check it out, it is pretty cool. We hope to have an iOS and Andriod version by the end of the year -- fingers crossed.

I hope you like it. If you do, you can follow us or retweet a story. If you don't, please let me know why here https://www.surveymonkey.com/r/N5NHSWW.

:)

-Carlos

For those who want to use a java based solution, I invite you to check out my open source block tolerant (IP Blocking) web scraper that runs on top of aws and rackspace, called Tales. Tales is designed to be easy to deploy, configure, and manage. With Tales you can scrape 10s or even 100s of domains concurrently.

https://github.com/calufa/tales-core

Provisioning is not that hard, nor scaling -- you can always create a image and create servers from that image. In my case, I usually create a server that listens to git and the rest is synced by some program who is also listening the folder where the git repo is.

Heroku looks cool, but I am used to compile things...

I use rackspace and its very cool. Rackspace is fast and simple, and is also cheap. Their server runs fast, and smoothly. AWS is sometimes too complicated, lots of config, lots of choices, lots of weird price changes -- I am talk about the recent spot instances weird pricing fluctuations, and other wierd episodes they have had. Unless you know exactly what you are doing scaling in AWS will take more time and effort -- Unless you are Zynga, and you need a stupid amount of server which almost noone of the server providers except amazon have, or you dont want to deal with relational db scaling problems, or other of the expensive and specific service that amazon offers I dont see why complicate things in the "building stage". AWS is too complex for my use cases, and my software is usually transparent to the server where he is running, so I can always port my code. Rackspace API is stable and it talks JSON, which is cool because my frontend and backend talks javascript.

I guess this question is too open... the answer will always be, depends on what you are building..., and you amount of experience on the field... In my case several 8gb rackspace servers with a cost of 10 dollars a day seems to work well for collecting and crunching gigabytes of data.

Carol Bartz drama was hilarious, but I must agree that she really sucked! its sad because Yahoo devs are making cool things... is just that execs seems focused on building something "better" than AOL, and, as you know just by mentioning AOL things start smelling funny.

- abstraction from a design level

- introduction and importance of cpu, memory, harddrive, network and gpu from a design perspective

- teach how to represent data with objects

- scalability from a design perspective. why performance tuning will safe you ass in the long road -- explain data-driven-development

- the power of data and analytics visualizations

- agile, and why iterating means move fast, and why being dynamic is important. why quick sprints are better than product releases (3 months of dev without exposing anything to the user = risk)

- were we are now in this field, and what others have done and are doing - i mean Ted-like inspiration

- its important to understand that design patterns exists and what they do. but are not really necessary at this point because design patterns are hard things to crack for people new to programming. yet very powerful way to abstract the functionalities of the app, and thats why is important to know what they are. for small projects the use of strong design patterns seem sometimes a little exaggerated. for new people design patterns can set the bar really high