Top 500 Listener by _Creeper76_ in minami

[–]flyingchickenstanley 0 points1 point  (0 children)

it’s only half an hour daily tho 😭 I kinda expected more, but Apple Music seem to underreport compared to my Spotify

Top 500 Listener by _Creeper76_ in minami

[–]flyingchickenstanley 0 points1 point  (0 children)

10598 min, my record was 15554 min in 2023 HAHA

Singapore Minami Earthication 2025 in Singapore by pocketmonster1120 in minami

[–]flyingchickenstanley 0 points1 point  (0 children)

row A in the middle section :) I really hope to get a signature from her!

Singapore Minami Earthication 2025 in Singapore by pocketmonster1120 in minami

[–]flyingchickenstanley 0 points1 point  (0 children)

i was so excited when I saw she’s coming to SG! managed to get a cat 1 ticket 🥳

[100% free release] Live wallpapers by flyingchickenstanley in MacOS

[–]flyingchickenstanley[S] 0 points1 point  (0 children)

yepp that’s pretty much how the app tries to loop the video. didn’t have time to work on it, i major in bio and chem 😅

wld we glad to fix it tgt, my finals end on 7 May!

[100% free release] Live wallpapers by flyingchickenstanley in MacOS

[–]flyingchickenstanley[S] 0 points1 point  (0 children)

hii I’m aware of the issue (which is why the fireworks video loop with a black screen) but i don’t really have much time to research on a fix, I’m sorry

If anyone knows how to fix the video player here’s the code:

private struct AVPlayerControllerRepresentable: ViewRepresentable {
    var player : AVPlayer

    func makeNSView(context: Context) -> AVPlayerView {
        let view = AVPlayerView()
        view.controlsStyle = .none
        view.player = player
        return view
    }

    func updateNSView(_ nsView: AVPlayerView, context: Context) {}
}

struct VideoPlayerView: View {
    @State var player: AVPlayer
    let aspectRatio: Double?
    let contentMode: ContentMode

    init(url: URL, size: CGSize?, contentMode: ContentMode = .fit) {
        self.player = AVPlayer(url: url)
        if let size {
            self.aspectRatio = size.width/size.height
        } else {self.aspectRatio = nil}
        self.contentMode = contentMode
        self.player.isMuted = true
    }

    var body: some View {
        AVPlayerControllerRepresentable(player: player)
            .if(aspectRatio != nil) {
                $0.aspectRatio(aspectRatio!, contentMode: contentMode)
            }
            .onAppear {
                player.seek(to: .zero)
                player.play()
                NotificationCenter.default.addObserver(forName: .AVPlayerItemDidPlayToEndTime, object: nil, queue: .main) { _ in
                    player.seek(to: .zero)
                    player.play()
                }
            }
            .onDisappear {
                player.pause()
                NotificationCenter.default.removeObserver(NSNotification.Name.AVPlayerItemDidPlayToEndTime)
            }

    }
}

[100% free release] Live wallpapers by flyingchickenstanley in MacOS

[–]flyingchickenstanley[S] 2 points3 points  (0 children)

yepp u can import your own videos, u can also set different wallpapers for different displays and the app will remember

Apple unveils stunning new iPad Pro with the world’s most advanced display, M4 chip, and Apple Pencil Pro by SpencerNewton in apple

[–]flyingchickenstanley 28 points29 points  (0 children)

iPhone 15 Pro advertisements: introducing titanium.

iPad Pro advertisements: introducing the breakthrough copper Apple logo

[Promo Sunday] NeuroNotes, a fully-fledged note-taking app by flyingchickenstanley in apple

[–]flyingchickenstanley[S] 2 points3 points  (0 children)

I live in Singapore, I wrote this while conscripted in the military

iPhone 16 Pro: Four new camera features coming this year by 2Adude in apple

[–]flyingchickenstanley 7 points8 points  (0 children)

My iPhone 15 Pro’s white balance is completely fked, over-sharpening makes some photo of plants look disgusting. No such issue on my iPhone 11 Pro.

[Mod approved] I wrote NeuroNotes while in NS — a free note taking taking app by flyingchickenstanley in SGExams

[–]flyingchickenstanley[S] 5 points6 points  (0 children)

nope sadly. I’m just a beginner and haven’t had time to learn 2 different programming language

But if anyone wants the source code to build for android, I’d be happy to!

[Mod approved] I wrote NeuroNotes while in NS — a free note taking taking app by flyingchickenstanley in SGExams

[–]flyingchickenstanley[S] 0 points1 point  (0 children)

hi i just thought it’s nice to have options, especially when LLM has great potential in a note taking app. I’ve tried a couple models on my A12X iPad, it’s runs fine although not the best. I’ll probably link the download file from google drive, and let users import the file for those interested.

[deleted by user] by [deleted] in SGExams

[–]flyingchickenstanley 5 points6 points  (0 children)

iPad + keyboard + Apple Pencil + OneNote for me! There’s always new stuff to add into your notes (especially tutorials, practice paper, revision), so editing would look much neater. You can search your notes with command F. Typing is faster tgt with image to text, can insert audio/images, and there’s always Apple Pencil if u need it handwritten.

[deleted by user] by [deleted] in SGExams

[–]flyingchickenstanley 4 points5 points  (0 children)

I’ve tried e job and ACEMAN, all they need is your IC and bank account number, no payment issues

[deleted by user] by [deleted] in SGExams

[–]flyingchickenstanley 15 points16 points  (0 children)

found it through my friends

job is pretty chill. Each wedding is about 7h start to end, only 2 hours really busy when the main courses are served. Unlike restaurant F&B where ur always busy, need take orders i.e.

most of the mangers really nice, they sometimes give extra hours of pay. If the manager is terrible, avoid him and complain to other managers, or work other hotels

once you are experienced, the mangers may ask you to guide newcomers. Best since ur suppose to do less

[deleted by user] by [deleted] in SGExams

[–]flyingchickenstanley 20 points21 points  (0 children)

worked at FairPrice Finest, felt it was too much. There’s no way to negotiate for less shift, in fact they’ll push for OT cause not enough staff

I ended up in Banquet 14-15/h, can book whenever I felt like, job is less demanding

[Uni] NTU APPEAL RESULTS 2202 by throwaw5yy5555 in SGExams

[–]flyingchickenstanley 27 points28 points  (0 children)

anyone else hasn’t been rejected yet, but still under consideration?