HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pigcat

no profile record

Submissions

Show HN: Ideogram 4.0 – open-weight 9.3B text-to-image model

github.com
46 points·by pigcat·letzten Monat·12 comments

comments

pigcat
·letzten Monat·discuss
Thank you for doing this <3 Love this showdown
pigcat
·letzten Monat·discuss
[1] Nice, let us know if you need a hand

You can call our API to generate structured json from text using this endpoint (this endpoint is free of charge, but you need a free account to create an api key): https://developer.ideogram.ai/api-reference/api-reference/ma...

[2] Fal runs the text_prompt (natural language) through the magic prompt system, so indeed results should be good there
pigcat
·vor 6 Monaten·discuss
How does one use tmux to do this? I'm a tmux user for 10+ years, not sure what you mean by this, am I missing something huge?
pigcat
·vor 8 Monaten·discuss
Can I use it as a jellyfin client? Does that... make sense?

I bought a new tv (samsung s90d) and I haven't found have a great way to watch my jellyfin media. This tv doesn't have a jellyfin client in the samsung app store.

I feel like I'm being stupid here, would love some suggestions :P I've got a local jellyfin server running on a home server in the basement.
pigcat
·vor 9 Monaten·discuss
Woah, how did I not know about that tip about omitting the search pattern? Love it and will be using that lots!

As a thank you, I'll leave you with the way I learned to search/replace, just to give you a slightly different flavour: asterisk, cgn ([c]hange [g]o [n]ext), type replaced, then . (period, to repeat) until I'm done.
pigcat
·vor 9 Monaten·discuss
My friend is the first dev hire at a startup where they prematurely overengineered for scalability. The technical founders had recently exited a previous startup and their rationale was that it makes a future acquisition easier, since a potential acquirer will weigh scalability in their evaluation of the code (and maybe even conflate it with quality). In fact it was a regret from their first startup that they hadn't baked in scalability earlier. I remain skeptical of the decision, but curious if there's any truth to the fact that acquirers weigh scalability in their scorecard?
pigcat
·vor 3 Jahren·discuss
Sent you an email :)
pigcat
·vor 3 Jahren·discuss
Right. My brother and I discussed this out of curiosity and you're spot on. Prerecorded message is sufficient, and AI introduces too many wildcards.

But the biggest reason is that ethically, it somehow seems very wrong to trick my grandma that way.

Not sure why parent comment is getting downvoted though, it's certainly an interesting idea.
pigcat
·vor 3 Jahren·discuss
Yep, that's pretty much spot on :D

I never knew about ATA's! I think would have solved things a little more elegantly. Thanks!
pigcat
·vor 3 Jahren·discuss
In our case it was a landline, but yeah something like this would work if it was mobile!
pigcat
·vor 3 Jahren·discuss
We use a custom twilio number, some rerouting logic (which is easily configured in twilio), and an api endpoint to determine the next relative that will answer. There is also a minimal frontend to configure things like who is on the roster, their break times, a place to upload a recording, and see call logs.

These are the steps we took:

1. Get a twilio number

2. All incoming phone calls to the home phone are redirected to that twilio number [1]

3. If incoming number == grandma, request from an api endpoint the next relative to dial. Redirect her call to them.

4. If no one is available, play the voice mail

5. If incoming number != grandma, redirect the call to dad's mobile number [2]

[1] A child comment by macNchz noted correctly about "Selective Call Forwarding". This would have simplified the process and we could have skipped step 5, but our telephone provider did not offer it.

[2] Note that this is a bit of a compromise in the setup. The home phone never rings anymore and all non-grandma calls go to dad's cell. But they were happy to accept this.
pigcat
·vor 3 Jahren·discuss
My grandmother has dementia. About twice a day, she calls my parents every 5 minutes, forgetting that she just hung up. The calls are always the same: "You live there now. Yes you have money. We came to visit you yesterday." This can go on for an hour or so.

My parents are incredibly patient, but after a couple of these calls, they'll just leave the phone to ring. The soundtrack of the phone constantly ringing in the house, and the guilt associated with not picking up, is unbearable.

My brother and I built a system where her calls get re-routed to a rotation of relatives to answer her calls, to spread the load. After a call with her, each person gets a 2 hour break (customizable). If no one is available to answer, or if everyone is on break, she gets a voicemail that my dad recorded that explains that we love her, that she lives there, all the usual stuff.

It's working beautifully.