HackerTrans
TopNewTrendsCommentsPastAskShowJobs

amichail

18,727 karmajoined 19 lat temu
I'm an indie game developer.

My previous games include DropZap and DropZap 2 for iOS.

My latest game is DropZap World. Check it out: https://apps.apple.com/app/id1072858930

https://bsky.app/profile/dropzapworld.bsky.social https://x.com/DropZapWorld https://www.threads.net/@dropzapworld

[email protected]

Submissions

Predict AI's impact on creativity by studying what Python did to programming

old.reddit.com
1 points·by amichail·wczoraj·0 comments

Ask HN: Will AI make English more uniform just as Python did with source code?

1 points·by amichail·przedwczoraj·1 comments

Ask HN: Why is not using AI considered a form of arrogance?

6 points·by amichail·3 dni temu·15 comments

Ask HN: Why are there only a handful of high quality TUI apps in homebrew?

1 points·by amichail·3 dni temu·1 comments

We just figured out how AI works (J-Space) [video]

youtube.com
1 points·by amichail·3 dni temu·0 comments

Is AI making us dumber?

businessinsider.com
2 points·by amichail·3 dni temu·0 comments

Stanford Scientists Reverse Age-Related Memory Loss by Targeting the Gut

scitechdaily.com
9 points·by amichail·5 dni temu·0 comments

Autonomous flying umbrella follows and shields users from rain and sunlight

designboom.com
100 points·by amichail·6 dni temu·44 comments

Why Vancouver is always a stand-in for San Francisco in movies and TV shows (2021)

sfgate.com
58 points·by amichail·8 dni temu·50 comments

Ask HN: Why do programmers watch medical shows given that it is debugging?

1 points·by amichail·8 dni temu·3 comments

Ask HN: Will AI force CS to focus on what to build instead of how to build it?

2 points·by amichail·9 dni temu·2 comments

Ask HN: Living alone to become illegal as intelligent robots could be required?

2 points·by amichail·9 dni temu·6 comments

Scientists reverse autism-like symptoms in mice

psypost.org
12 points·by amichail·11 dni temu·13 comments

Ask HN: Why don't bug reporting systems provide workarounds as rewards to users?

3 points·by amichail·12 dni temu·2 comments

Ask HN: Did 1984 Mac *hardware* share more in common with the c64 than Apple II?

1 points·by amichail·15 dni temu·1 comments

Beta test TeXmacs on Android

nuage.lix.polytechnique.fr
60 points·by amichail·15 dni temu·0 comments

Ask HN: Did the 1984 Mac share more in common with the c64 than the Apple II?

2 points·by amichail·16 dni temu·1 comments

DARPA's New X-Plane Aims to Maneuver with Nothing but Bursts of Air

twz.com
7 points·by amichail·17 dni temu·0 comments

Younger Adults May Be Aging Faster Than Previous Generations

sciencealert.com
5 points·by amichail·17 dni temu·0 comments

Bipartite Matching Is in NC

scottaaronson.blog
126 points·by amichail·19 dni temu·18 comments

comments

amichail
·3 dni temu·discuss
She lived long enough to see this miracle come to fruition and yet she doesn't want to check it out?
amichail
·3 dni temu·discuss
Not on Hacker News though.
amichail
·26 dni temu·discuss
[flagged]
amichail
·2 miesiące temu·discuss
He would still have made use of the MS BASIC license, but the addition of the Simons' BASIC cartridge in the box from 1983 onward would have changed the lives of many hobby coders.
amichail
·2 miesiące temu·discuss
Maybe they could have implemented a useful subset of Pascal.
amichail
·2 miesiące temu·discuss
Do you think computing history would have been much different if Microsoft made a 6502 Pascal interpreter instead?
amichail
·2 miesiące temu·discuss
The problem is that most people on social media don't think like that.
amichail
·2 miesiące temu·discuss
I mean if they don't think AI is particularly creative, why attribute novel ideas that you had but wrote with the help of AI to the AI?
amichail
·2 miesiące temu·discuss
Even when you can detect when something is written by AI, you don't have to criticize it if the content is good/interesting.

But denigrating AI on social media is helpful if you think it can delay your unemployment as a result of AI.
amichail
·2 miesiące temu·discuss
An exchange of ideas doesn’t need to be personal.
amichail
·2 miesiące temu·discuss
You play on a 7×7 grid of colored tiles. Each row and column has two edge colors, one for each side of the grid.

On each move, you rotate a row or column by one step (with wraparound).

The twist is what happens at the edges:

* If a tile wraps around and matches the edge color → it disappears

* If it doesn’t match → it wraps normally

* If an empty space wraps → it becomes a new tile with the color of the edge it enters

You’re trying to remove tiles, but sometimes you have to create new ones to make progress.

Goal: end with as many empty spaces in the grid as you can within the move limit.

Check it out:

https://testflight.apple.com/join/3sstMjRK [iPhone/iPad]

Any feedback would be appreciated. Have fun!
amichail
·3 miesiące temu·discuss
Why do you need to be standing meters away from your car when you lock or unlock it?
amichail
·4 miesiące temu·discuss
PluriSnake is a daily puzzle game where you create and move colored snakes to clear tiles.

The idea is simple:

* You use color matching in two distinct ways: matching circles create snakes, and matching a snake’s color with the squares beneath it destroys them.

* Only snakes can move, and you move them in a worm-like fashion across the grid to new positions.

* Your goal is to destroy as many squares as you can. Note that destroying all of them may not be possible.

App Store link: https://apps.apple.com/us/app/plurisnake/id6756577045 [macOS/iOS/iPadOS]

Features:

* A new daily puzzle that is the same for everyone

* iCloud sync across devices

I'd love to hear what people think and how far you can get on today’s puzzle.

--

P.S. Here are the game rules:

Goal

* Destroy colored squares on a 7×7 grid using snakes made of same-colored circles. Your score is based on how many squares you destroy.

* Clearing all 49 squares is not required, and may not always be possible.

Board Setup

* Each cell contains one square and one circle, both randomly colored.

* There are 7 colors total, with each color appearing 7 times among squares and 7 times among circles.

Energy

* Energy is a shared pool for all snakes and is initially 0 units.

* Moving a snake costs 1 energy unit, regardless of how far you move it.

* You can form a snake to gain energy and spend it to move any snake on the board.

Forming Snakes

* Link 2 or more adjacent circles of the same color (orthogonal or diagonal) to form a snake.

* A snake with n circles has n – 1 links. Forming a snake immediately adds n – 1 energy units to your energy pool.

* Squares under a newly formed snake of the same color are destroyed immediately.

Moving Snakes

* Snakes move in a worm-like fashion (both orthogonal and diagonal steps are allowed), following a continuous path of isolated circles.

* Snakes cannot move onto cells occupied by other snakes. Moving a snake can pass over isolated circles (circles not part of a snake). When this happens, each circle you pass over is teleported to the cell the snake just vacated.

Square Destruction

* When a snake finishes its move, it destroys any squares of its color under its final positions.

* Moving a snake past a matching square without stopping over it does not destroy the square.

Ending the Game

* The game ends automatically if all 49 squares are destroyed, or you can end it manually at any time by triple-tapping anywhere.

* Your score counts toward the global leaderboard regardless of whether you clear all squares.
amichail
·4 miesiące temu·discuss
You shouldn't have to write in another language to get the benefits of flawless English writing via AI.
amichail
·4 miesiące temu·discuss
AI is a great equalizer when it comes to communication in English.

And despite what people say, the way you write is very much judged as an indication of your education and intelligence.

People who don't like the use of AI to help you write really don't want those signals to go away.

They want to be able to continue to judge others based on their English grammar instead of on the content of their writing.
amichail
·4 miesiące temu·discuss
This policy will not age well.
amichail
·5 miesięcy temu·discuss
The main person behind TeXmacs, Joris van der Hoeven, is also a coauthor on this paper:

"Integer multiplication in time n(log n)" https://annals.math.princeton.edu/2021/193-2/p04
amichail
·5 miesięcy temu·discuss
I had no idea the CoCo 3 was good until I watched this video: https://www.youtube.com/watch?v=r2Tq8jdS6mY
amichail
·5 miesięcy temu·discuss
The AI would assign a score for each post/comment that looks like a vote count in the reddit UI and would be treated as a vote count when performing the various kinds of rankings that Reddit supports.
amichail
·5 miesięcy temu·discuss
Like LaTeX, Typst is Turing-complete, which prevents flawless imports in other tools.

What you want is a document format that is not Turing complete, such as the TeXmacs document format.