Live data from Hacker News

Show HN: A platform to find tech conferences, discounts, and ticket giveaways

tech.tickets

21–30 of 43 posts

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#21
Could not find the tech conference "Joy of coding" (I am one of the organizers) but then again we do not offer discounts as we try to keep the tickets as low as possible. We do offer a small set of diversity and student tickets for a lower price.

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#22

>try to find events around may 30 >click "See more events" 2 times >still only see events til may 23 >click "See more events" once again >page starts lagging, nothing happens >try to click "See more events" again >more events suddenly load >get clickjacked onto some random guys LinkedIn this could be a simple html table for the entire year 2025 and be both more performant and more comfortable to use

Why make it simple, when you can make it complicated?

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#23
post #15

hi OP! i run the AI Engineer conference which is coming up soon and was pleasantly surprised to see this here :) HOWEVER this link: https://www.tech.tickets/event/ai-engineering-world-fair-a9a... links to the WRONG conference!!!! it is at https://ai.engineer/ and tickets are at https://ti.to/software-3/ai-engineer-worlds-fair-2025 discounts do exist for loyal latent.space listeners and ainews subscribers but i wont m…

Thanks for that! Subscribed!

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#24
post #7

Nice idea. But I can’t navigate the site on my phone. For example: I try to press on any ”want ticket” link (I think it is a link since it is coloured and underlined) but my browser just selects it as regular text. Same with both Firefox and Safari.

Okay, I am on a desktop now and why are you using a span with an event listener as a link when an would do?

    Want tickets?

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#26

>try to find events around may 30 >click "See more events" 2 times >still only see events til may 23 >click "See more events" once again >page starts lagging, nothing happens >try to click "See more events" again >more events suddenly load >get clickjacked onto some random guys LinkedIn this could be a simple html table for the entire year 2025 and be both more performant and more comfortable to use

Why make it simple, when you can make it complicated?

[deleted]

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#27

Relying on others to submit events seems like it could be difficult to maintain. Why not use apis to search engines to find events, then use an LLM to evaluate which need to be added, and automatically maintain a database that identifies events in various languages, then automatically uses contact information from those sites to work with those managing the events?

[deleted]

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#28

Great domain, and great idea! I've been looking for something like this for a while, I usually take a look at the lu.ma featured page but not everything is in there, hope one day your tool hast all of them. Congrats on the launch!

Thanks so much :-)

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#29

Relying on others to submit events seems like it could be difficult to maintain. Why not use apis to search engines to find events, then use an LLM to evaluate which need to be added, and automatically maintain a database that identifies events in various languages, then automatically uses contact information from those sites to work with those managing the events?

Thanks. The data is currently populated by scraping a bunch of sites and APIs. I added the manual 'add form' just in case my scraper missed some events.

Re: Show HN: A platform to find tech conferences, discounts, and ticket giveaways

#30
post #24
post #7

Nice idea. But I can’t navigate the site on my phone. For example: I try to press on any ”want ticket” link (I think it is a link since it is coloured and underlined) but my browser just selects it as regular text. Same with both Firefox and Safari.

Okay, I am on a desktop now and why are you using a span with an event listener as a link when an would do? Want tickets?

Good question! I went this route as it prevents the default navigation behaviour for the event row (which has click handling on the parent element to navigate to an event page and this span overrides that behavior locally).
Post reply on HN