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
ReliableSite White-Label Dedicated Hosting for Resellers
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.

TRENDING NOW: RackNerd’s BLACK FRIDAY! NEW DEALS, NEW LOCATIONS, NEW HARDWARE + 100’s of GIVEAWAYS!

11141151171191201678

Comments

  • @bchot said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    looks exciting, maybe a bit heavy too due to lots of 1-2 comment posters, but otherwise great job. i like slick panels. @MrEd is also great. auto-reload though i thought about asking him for it, and it's kinda excessive IMHO, just extra load on where it's hosted, since i do not think someone is monitoring your monitor... but once in a while i will check it out, and i would like to actually see the jump in numbers, so auto-reload may actually rob me of the fun of seeing the work i put in :) maybe it could be a checkbox? to enable/disable autoreload.

    It's really a toggle with manual input of how many seconds you want as the interval. Also mine is operated headless with API server on different server(that too is cached with redis). You can try overloading it(after i force enable the cache on cloudflare). Wanna try that?

    Thanked by 1bchot
  • Order Number: 9411636982
    Hello, I would like to double my bandwidth.

  • Order Number is: 7413944603
    Hello, I would like to double my bandwidth.

  • @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    That's cool. So, you could just put any thread link there, and it would generate the results?

    yup, and once it starts scraping it just create another endpoint for the API with ThreadID and that ID can be reused on frontend without even doing any changes on codebase with the help of the input bar. The default threadID the frontend is requesting is currently set to this thread.

    That is awesome. So, presently I am guessing it can only work with the LET software?

    Yup but it's not that hard to repurpose it to work with any other bulletin system.

    If I am not wrong, the posts are identified based on html ids and classes, right? Or, is there a more efficient way to do this? A few years ago, I tested scraping to understand how it works and that was the method I used. It was inefficient on some websites and back then I wodnered if there was a better way.

    Yup it's all parsed from HTML dom and classes, some validation here and there though. I am also storing the posts in DB in case i want to include some SPAM score kinda analysis.

    What API are you gonna use for the SPAM score in the future if/when it's introduced?

    it depends, what i am thinking of utilize a small language model and train it for my use case, it's gotta be long dream for sure :joy:

    LLm seems to be the way to go, since it needs textual analysis.

    It will probably a VSLM at best, a very small language model :joy:

    Any specific models in mind?

    Not yet, will look into how i am going to grade the SPAM score part and what methodology i can use before going to that sinkhole.

  • @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    That's cool. So, you could just put any thread link there, and it would generate the results?

    yup, and once it starts scraping it just create another endpoint for the API with ThreadID and that ID can be reused on frontend without even doing any changes on codebase with the help of the input bar. The default threadID the frontend is requesting is currently set to this thread.

    That is awesome. So, presently I am guessing it can only work with the LET software?

    unless some other site is using similar forum soft that is used here.. but i bet it's easy to redo it, just HTML parsing and finding the right combo of tags/words on the graph.. @MrEd is doing a lot more by checking uniqueness - it needs quite a handling of the post, cut out quotes, smilies, etc..

  • @noob404 said:
    Okay guys, dinner time. See you soon.

    See ya soon!

  • @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    i had to try and win the page 100 domain lastnight.. just cause i need some wins in my life. =)

  • @noob404 said:

    @BasToTheMax said:

    @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    Yes, everyone want to win the PC!

    I just posted in the last page that I am going for the PC now, just to scare @bchot. He had just woken up, and I was feeling naughty, just wanted to pull his leg.
    And, don't be mistaken, there's gonna be some heavy competition for the PC in a few days or within the next few weeks. Can't let your guard down, if you are aiming for it.

    LOL i knew you were just trying to discourage me for a brief moment.. my morning drink includes 150mb of caffeine, so i actually am on top of it all right away.. =)

  • @bchot said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    That's cool. So, you could just put any thread link there, and it would generate the results?

    yup, and once it starts scraping it just create another endpoint for the API with ThreadID and that ID can be reused on frontend without even doing any changes on codebase with the help of the input bar. The default threadID the frontend is requesting is currently set to this thread.

    That is awesome. So, presently I am guessing it can only work with the LET software?

    unless some other site is using similar forum soft that is used here.. but i bet it's easy to redo it, just HTML parsing and finding the right combo of tags/words on the graph.. @MrEd is doing a lot more by checking uniqueness - it needs quite a handling of the post, cut out quotes, smilies, etc..

    Yup fairly easy to repurpose it for any other bulletin board, as for uniqueness checks, it depends, similar posts ranking is different and i believe Ed did an excellent job with that, but i am looking at is SPAM score, will need understand the methodology first before trying anything solid.

  • @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    lol Ed's version is efficient while mine is just immature piece of junk built in a day or two?

    I do remember Ben was also building one last year, just for practice. He might have even shared a few screenshots of it, but, he did abandon it mid-way.

    lol i think i did remember it and i guess he abandoned it after struggling with CF WAF.

    Probably. He was using Python from what I can remember.

    Scraping with python is fairly easy especially with undetected chrome drivers which can really bypass CF if done with a residential connection.

    I didn't know this. Being a PHP lover, I used that and I am gonna say, it was a pain.

    Php is great have too many projects running on php8.3, 8.4 coupled with zstd and opcache,

    Yah, but, recently I had a few projects which required textual analysis. That's when I realised Python and Php are worlds apart for textual analysis.

    technically you can achieve anything with PHP as well but what you will require is having a magnitude of security issues if you go with that way. i remember i ran a DNS lookup service in 2015-2016 and i was using a single PHP file with just around 100 lines of code, everything else was just shell_exec(); :joy:

    I do that as well. Most of my PHP lines are shell_exec to python scripts :lol:

    Lol, that's one way to use python :joy:

    Thanked by 1BasToTheMax
  • @DaDeveloper said:

    @BasToTheMax said:

    @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    Yes, everyone want to win the PC!

    I mean this is going to be ridiculous if there are gonna be 10 people going for it XD

    i am already thinking how do you keep up yapping for weeks to get like 6-7k comments raked up? that's why i now jump in on the ongoing chat, as it makes things so much easier..

    got this little animal asking for some scritches, so it's hard to be fully invested in this thread..

  • Maybe you could use like a small 0.5b or 1b LLM model?
    Depending on your prompt lengths, costs should be minimal then.
    @TrK

    Thanked by 1TrK
  • @bchot said:

    @DaDeveloper said:

    @BasToTheMax said:

    @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    Yes, everyone want to win the PC!

    I mean this is going to be ridiculous if there are gonna be 10 people going for it XD

    i am already thinking how do you keep up yapping for weeks to get like 6-7k comments raked up? that's why i now jump in on the ongoing chat, as it makes things so much easier..

    got this little animal asking for some scritches, so it's hard to be fully invested in this thread..

    Hi bchot cat! :)

  • @noob404 said:

    @TrK said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    lol Ed's version is efficient while mine is just immature piece of junk built in a day or two?

    I do remember Ben was also building one last year, just for practice. He might have even shared a few screenshots of it, but, he did abandon it mid-way.

    it's a good exercise to make one, it's an even better one to make one as good looking as the 2 we have access to now, but me - i personally cannot leave commenting time on the table.. LOL.. i am losing a few VPS at the end of this month, they have a dozen sites on them, - i gotta find a moment to move those sites to other servers, instead i might just do it when they go offline on dec 01.. now is the LET+RN time=)

  • @TrK said:

    @noob404 said:

    @TrK said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    lol Ed's version is efficient while mine is just immature piece of junk built in a day or two?

    I do remember Ben was also building one last year, just for practice. He might have even shared a few screenshots of it, but, he did abandon it mid-way.

    lol i think i did remember it and i guess he abandoned it after struggling with CF WAF.

    CF bot protection is another reason not to do it.. unless you're doing it from home with a guaranteed residential IP. fighting with cloudflare - pardon me, i got better things to do.. =)

    my kitty just threw me into the reader mode.. LOL.. she just squirming around here.. pressing all my buttons

  • m cats are working against me.. getting in front of screens, pressing my and keyboard buttons, asking for food, when they just ate.. i have to switch working browser screen to other display so that i don't break my already hurting neck to see the screen around their bodies.. they know the best time to annoy me.. =)

  • @DaDeveloper said:

    @BasToTheMax said:

    @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    Yes, everyone want to win the PC!

    I mean this is going to be ridiculous if there are gonna be 10 people going for it XD

    i hope not. but more people engage in a lot of talking means every one trying for it gets helping hand - easy to reply to an ongoing chat, thus i am here rather than replying older ones.. although now i am lagging again, 2 more pages even that i jumped to the last one a little earlier.. i am not a fast talker.. no sir..

  • @bchot said:
    m cats are working against me.. getting in front of screens, pressing my and keyboard buttons, asking for food, when they just ate.. i have to switch working browser screen to other display so that i don't break my already hurting neck to see the screen around their bodies.. they know the best time to annoy me.. =)

    Oh my cats can be pretty annoying too! Well especially one of them. He just wants to be pet then.
    But I was playing once minecraft, and my cat decided to sit on my laptop. By doing that, he somehow managed to do like a weird keybind that enabled the narrator of the OS. So each time i switched tabs or programs, the narrator would read the tab/program name :lol:

  • @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    That's cool. So, you could just put any thread link there, and it would generate the results?

    yup, and once it starts scraping it just create another endpoint for the API with ThreadID and that ID can be reused on frontend without even doing any changes on codebase with the help of the input bar. The default threadID the frontend is requesting is currently set to this thread.

    That is awesome. So, presently I am guessing it can only work with the LET software?

    Yup but it's not that hard to repurpose it to work with any other bulletin system.

    If I am not wrong, the posts are identified based on html ids and classes, right? Or, is there a more efficient way to do this? A few years ago, I tested scraping to understand how it works and that was the method I used. It was inefficient on some websites and back then I wodnered if there was a better way.

    Yup it's all parsed from HTML dom and classes, some validation here and there though. I am also storing the posts in DB in case i want to include some SPAM score kinda analysis.

    What API are you gonna use for the SPAM score in the future if/when it's introduced?

    it depends, what i am thinking of utilize a small language model and train it for my use case, it's gotta be long dream for sure :joy:

    LLm seems to be the way to go, since it needs textual analysis.

    It will probably a VSLM at best, a very small language model :joy:

    Any specific models in mind?

    Not yet, will look into how i am going to grade the SPAM score part and what methodology i can use before going to that sinkhole.

    Do let me know which model you end up with. I am looking for an all purpose model for my low RAM PC.

    Thanked by 1BasToTheMax
  • @bchot said:

    @DaDeveloper said:

    @BasToTheMax said:

    @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    Yes, everyone want to win the PC!

    I mean this is going to be ridiculous if there are gonna be 10 people going for it XD

    i hope not. but more people engage in a lot of talking means every one trying for it gets helping hand - easy to reply to an ongoing chat, thus i am here rather than replying older ones.. although now i am lagging again, 2 more pages even that i jumped to the last one a little earlier.. i am not a fast talker.. no sir..

    Yep. With people talking, it's easier to jump in!

  • @bchot said:

    @noob404 said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    This thread is all about competition, it seems :lol:

    i had to try and win the page 100 domain lastnight.. just cause i need some wins in my life. =)

    You are the right place then.

  • @bchot is right now at 404 comments!!!

  • @DaDeveloper said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    lol Ed's version is efficient while mine is just immature piece of junk built in a day or two?

    I do remember Ben was also building one last year, just for practice. He might have even shared a few screenshots of it, but, he did abandon it mid-way.

    lol i think i did remember it and i guess he abandoned it after struggling with CF WAF.

    Probably. He was using Python from what I can remember.

    Scraping with python is fairly easy especially with undetected chrome drivers which can really bypass CF if done with a residential connection.

    The tech you or MrEd is using huh? MUHUHU, time to go build one too

    i know.. seems like a good use of AI though, but not me really.. i am not letting even a tiny language model on my PC.. =)

  • @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    That's cool. So, you could just put any thread link there, and it would generate the results?

    yup, and once it starts scraping it just create another endpoint for the API with ThreadID and that ID can be reused on frontend without even doing any changes on codebase with the help of the input bar. The default threadID the frontend is requesting is currently set to this thread.

    That is awesome. So, presently I am guessing it can only work with the LET software?

    Yup but it's not that hard to repurpose it to work with any other bulletin system.

    If I am not wrong, the posts are identified based on html ids and classes, right? Or, is there a more efficient way to do this? A few years ago, I tested scraping to understand how it works and that was the method I used. It was inefficient on some websites and back then I wodnered if there was a better way.

    Yup it's all parsed from HTML dom and classes, some validation here and there though. I am also storing the posts in DB in case i want to include some SPAM score kinda analysis.

    What API are you gonna use for the SPAM score in the future if/when it's introduced?

    it depends, what i am thinking of utilize a small language model and train it for my use case, it's gotta be long dream for sure :joy:

    LLm seems to be the way to go, since it needs textual analysis.

    It will probably a VSLM at best, a very small language model :joy:

    Any specific models in mind?

    Not yet, will look into how i am going to grade the SPAM score part and what methodology i can use before going to that sinkhole.

    Do let me know which model you end up with. I am looking for an all purpose model for my low RAM PC.

    How much ram do you have available?

  • @noob404 said:
    @bchot is right now at 404 comments!!!

    Nice, congratulations!

  • @bchot said:

    @DaDeveloper said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @DaDeveloper said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    This looks awesome, giving @MrEd some competition XD

    lol Ed's version is efficient while mine is just immature piece of junk built in a day or two?

    I do remember Ben was also building one last year, just for practice. He might have even shared a few screenshots of it, but, he did abandon it mid-way.

    lol i think i did remember it and i guess he abandoned it after struggling with CF WAF.

    Probably. He was using Python from what I can remember.

    Scraping with python is fairly easy especially with undetected chrome drivers which can really bypass CF if done with a residential connection.

    The tech you or MrEd is using huh? MUHUHU, time to go build one too

    i know.. seems like a good use of AI though, but not me really.. i am not letting even a tiny language model on my PC.. =)

    Oh why not?

  • @bchot is right now at 404 comments!!!> @bchot said:

    m cats are working against me.. getting in front of screens, pressing my and keyboard buttons, asking for food, when they just ate.. i have to switch working browser screen to other display so that i don't break my already hurting neck to see the screen around their bodies.. they know the best time to annoy me.. =)

    My idea of company!

  • @BasToTheMax said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:

    @noob404 said:

    @TrK said:
    The counter https://let.redcode.uk has been implemented with the following changes, An auto refresh toggle and integration to scraper for allowing multiple threads to scrape without breaking any changes, one manual input is required on API level(disabled currently).

    That's cool. So, you could just put any thread link there, and it would generate the results?

    yup, and once it starts scraping it just create another endpoint for the API with ThreadID and that ID can be reused on frontend without even doing any changes on codebase with the help of the input bar. The default threadID the frontend is requesting is currently set to this thread.

    That is awesome. So, presently I am guessing it can only work with the LET software?

    Yup but it's not that hard to repurpose it to work with any other bulletin system.

    If I am not wrong, the posts are identified based on html ids and classes, right? Or, is there a more efficient way to do this? A few years ago, I tested scraping to understand how it works and that was the method I used. It was inefficient on some websites and back then I wodnered if there was a better way.

    Yup it's all parsed from HTML dom and classes, some validation here and there though. I am also storing the posts in DB in case i want to include some SPAM score kinda analysis.

    What API are you gonna use for the SPAM score in the future if/when it's introduced?

    it depends, what i am thinking of utilize a small language model and train it for my use case, it's gotta be long dream for sure :joy:

    LLm seems to be the way to go, since it needs textual analysis.

    It will probably a VSLM at best, a very small language model :joy:

    Any specific models in mind?

    Not yet, will look into how i am going to grade the SPAM score part and what methodology i can use before going to that sinkhole.

    Do let me know which model you end up with. I am looking for an all purpose model for my low RAM PC.

    How much ram do you have available?

    32GB DDR4 for now.

  • I hope I can get to 300 comments today :)

Sign In or Register to comment.