Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Shells Virtual Desktop
BMail.ag - Secure Email Service
Server.net
CPLicense.net
VPS Server
Buy VPN
Vultr
VMs for AI
HostDare
HostDare
ReliableSite White-Label Dedicated Hosting for Resellers
25% Recurring Discount on NVMe VPS
InterServer VPS
BMail.ag - Secure Email Service
Best VPN
High-Performance Bare Metal Server Solutions
Karvl.com
Server Mania Cloud Hosting
DataWagon Hosting
AlphaVPS Hosting
Evoxt.com
Clouvider
VPS Hosting with NVMe
Residential IPs in the US & 4G Mobile Proxies in EU & US with Unlimited Bandwidth
ReliableSite White-Label Dedicated Hosting for Resellers
Rabisu - Hosting Solutions
Shells Virtual Desktop
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Happy 250th Birthday America! [LET Deals Megathread 2026]

1252628303133

Comments

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @qps said:
    Sorry to be late to the party, but here's an offer for QuickPacket's Ashburn, VA location!

    Dual Xeon E5-2690v4 (32c/64t)
    64GB RAM Free upgrade to 128GB RAM
    240GB SSD Free upgrade to 960GB SSD
    50TB on 1G Free upgrade to 250TB on 10G Port
    /31 IPv4
    /64 IPv6 on request

    $214.99/month $85/month with coupon code A2DBUBUSL9

    ORDER NOW

    Reply to this thread (and tag me) with your invoice number to get the free upgrades listed above.

    niiiice

  • rpqurpqu Member

    @qps said:
    with coupon code A2DBUBUSL9

    Is it randomly generated? Because it could spell labubu

  • qpsqps Member, Host Rep

    @rpqu said: Is it randomly generated? Because it could spell labubu

    Yes, the promo code was auto generated by WHMCS.

  • SaragoldfarbSaragoldfarb Member, Megathread Squad

    ... Can't justify that server by pretty nice offer!

    Thanked by 1totally_not_banned
  • barbarzabarbarza Member

    @qps said:
    Sorry to be late to the party, but here's an offer for QuickPacket's Ashburn, VA location!

    Dual Xeon E5-2690v4 (32c/64t)
    64GB RAM Free upgrade to 128GB RAM
    240GB SSD Free upgrade to 960GB SSD
    50TB on 1G Free upgrade to 250TB on 10G Port
    /31 IPv4
    /64 IPv6 on request

    $214.99/month $85/month with coupon code A2DBUBUSL9

    ORDER NOW

    Reply to this thread (and tag me) with your invoice number to get the free upgrades listed above.

    Will you upgrade a second SSD to 960GB for free as well?

  • stupidgeniusstupidgenius Member
    edited July 6

    @qps said: Dual Xeon E5-2690v4 (32c/64t)
    Free upgrade to 128GB RAM
    Free upgrade to 960GB SSD
    Free upgrade to 250TB on 10G Port
    /31 IPv4
    /64 IPv6 on request

    $85/month with coupon code A2DBUBUSL9

    Do I need this? No.
    Do I want this? Yes.
    This is very tempting...

    @qps What kind of pricing would upgrades cost? Like a second SSD?

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @deafcon said:

    @AlteredParadox said:
    So uhhh... claude went for 38 code review rounds on my-idlers. Literally just finished. lmao.

    I guess I'll be deleting my fork and starting over with your latest. Cheers!

    I just upgraded the whole thing to laravel 13 too :D

    Thanked by 2Saragoldfarb deafcon
  • qpsqps Member, Host Rep

    @stupidgenius said: @qps What kind of pricing would upgrades cost? Like a second SSD?

    Each additional 960GB SSD is $25 per month, up to a max of 4.

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @rpqu said:

    @AlteredParadox said:

    @deafcon said:

    @AlteredParadox said:
    Now I've moved on to having codex/gpt 5.5 check claude's work :P

    I use this strategy quite a bit. I let Codex build, then use my API tokens from Cursor to have Claude check it over. I don't have Claude actually implement the fix. I feed it's input back into Codex to see if it agrees or not.

    Doing literally the opposite, but otherwise yeah, lol. Having claude write the fixes that gpt finds, because i have the pricier subscription on the claude side :D

    Edit: I enjoyed this one: "Round 7 — the currency saga's third act (GPT keeps being right: EUR at 1:1 offline is the same corruption), plus my round-26 "explicit as values win" choice coming home to roost."

    /code-review ultra

    Thanked by 1Saragoldfarb
  • @AlteredParadox I am working on the rust port of the project and I have a barebones project.

    I am not happy with the fact that my-idlers uses mysql. Sqlite is somewhat better for these use-cases in my opinion.

    it has been running for a lot of hours at this point in my opinion. I might still work on the port but in my opinion, a clean start might actually be better as well actually. What do you think?

    Thanked by 2Saragoldfarb rpqu
  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @whynotlearn said:
    @AlteredParadox I am working on the rust port of the project and I have a barebones project.

    I am not happy with the fact that my-idlers uses mysql. Sqlite is somewhat better for these use-cases in my opinion.

    it has been running for a lot of hours at this point in my opinion. I might still work on the port but in my opinion, a clean start might actually be better as well actually. What do you think?

    Oh, it can definitely use sqlite, I'm not sure its terribly well documented... but I run my build with it:

      - DB_CONNECTION=sqlite
      - DB_DATABASE=/app/database/database.sqlite
    
  • @AlteredParadox said:

    @whynotlearn said:
    @AlteredParadox I am working on the rust port of the project and I have a barebones project.

    I am not happy with the fact that my-idlers uses mysql. Sqlite is somewhat better for these use-cases in my opinion.

    it has been running for a lot of hours at this point in my opinion. I might still work on the port but in my opinion, a clean start might actually be better as well actually. What do you think?

    Oh, it can definitely use sqlite, I'm not sure its terribly well documented... but I run my build with it:

      - DB_CONNECTION=sqlite
      - DB_DATABASE=/app/database/database.sqlite
    

    Oh okay good to know, but perhaps I am just having a feeling that a greenfield project is much easier to create than trying to port it. Usually, I get some good visual validation when I try to port things and indication things are working correctly, but which don't seem to be the case here as well. Let me know when/if you try to port it yourself, I'd be curious to read what you would have to write :-D

    Thanked by 1Saragoldfarb
  • supremasisupremasi Member

    @qps said:
    Sorry to be late to the party, but here's an offer for QuickPacket's Ashburn, VA location!

    Dual Xeon E5-2690v4 (32c/64t)
    64GB RAM Free upgrade to 128GB RAM
    240GB SSD Free upgrade to 960GB SSD
    50TB on 1G Free upgrade to 250TB on 10G Port
    /31 IPv4
    /64 IPv6 on request

    $214.99/month $85/month with coupon code A2DBUBUSL9

    ORDER NOW

    Reply to this thread (and tag me) with your invoice number to get the free upgrades listed above.

    west coast, please

  • @DediRock Very good, and vps performace promo plan (ddr5) with 1TB storage?

    https://billing.dedirock.com/index.php/store/promo-performance

    Thanked by 1ShadowLurker
  • barbarzabarbarza Member

    Deals?

  • @barbarza said: Deals?

    Yes!

  • RurikoRuriko Member
    edited July 6

    @HostDZire said: Intel E3-1245v6
    32GGB DDR4
    2x960GB SSD
    1Gbit - Unmetered
    ➤ €180/ Annually
    ➤ Order Now
    Delivery: 1 Week

    Does this come with IPMI?

  • HostDZireHostDZire Member, Patron Provider

    @Ruriko said:

    @HostDZire said: Intel E3-1245v6
    32GGB DDR4
    2x960GB SSD
    1Gbit - Unmetered
    ➤ €180/ Annually
    ➤ Order Now
    Delivery: 1 Week

    Does this come with IPMI?

    Yes it has IPMI.

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    hmmm. now what?

  • @AlteredParadox said:
    hmmm. now what?

    That's all folkes!

    (loony tunes music)

    Thanked by 1barbarza
  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @itachikonoha said:

    @AlteredParadox said:
    hmmm. now what?

    That's all folkes!

    (loony tunes music)

  • @AlteredParadox said:

    @itachikonoha said:

    @AlteredParadox said:
    hmmm. now what?

    That's all folkes!

    (loony tunes music)

    Indian independence day is coming in 15th August. So I am hoping @HostDZire will bring some delicious deals on the day.

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @itachikonoha said:

    @AlteredParadox said:

    @itachikonoha said:

    @AlteredParadox said:
    hmmm. now what?

    That's all folkes!

    (loony tunes music)

    Indian independence day is coming in 15th August. So I am hoping @HostDZire will bring some delicious deals on the day.

    but India is not CHICAGO

  • @AlteredParadox said:

    @itachikonoha said:

    @AlteredParadox said:

    @itachikonoha said:

    @AlteredParadox said:
    hmmm. now what?

    That's all folkes!

    (loony tunes music)

    Indian independence day is coming in 15th August. So I am hoping @HostDZire will bring some delicious deals on the day.

    but India is not CHICAGO

    What is in Chicago?

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    @itachikonoha said:

    @AlteredParadox said:

    @itachikonoha said:

    @AlteredParadox said:

    @itachikonoha said:

    @AlteredParadox said:
    hmmm. now what?

    That's all folkes!

    (loony tunes music)

    Indian independence day is coming in 15th August. So I am hoping @HostDZire will bring some delicious deals on the day.

    but India is not CHICAGO

    What is in Chicago?

    Servers?!

  • AlteredParadoxAlteredParadox Member, Megathread Squad

    … and a weird shiny bean thing

    Thanked by 1barbarza
  • ishrakishrak Member
    edited July 7

    @stupidgenius said:

    Portillo's hotdogs are pretty good ngl

  • dosaidosai Member

    dino

    Thanked by 1ariq01
  • braunibrauni Member

    Way too funny that apparently all of us have my-idlers forks by now

    I did it before it was hip ;)

    In case it's any use for you guys (aka claude or codex):
    https://github.com/herobrauni/my-idlers

    Running this for at least half a year

Sign In or Register to comment.